mirror of
https://github.com/php/web-doc.git
synced 2025-08-13 14:40:31 +00:00
Fixed commands
This commit is contained in:
@ -15,8 +15,8 @@ will need to be filled out.
|
|||||||
### Option A: Copy skeleton files
|
### Option A: Copy skeleton files
|
||||||
This involves copying the skeleton files into the correct location:
|
This involves copying the skeleton files into the correct location:
|
||||||
```
|
```
|
||||||
cp /phpdoc/RFC/skeletons/method.xml classname/methodname.xml (for new methods)
|
cp /phpdoc/RFC/skeletons/method.xml classname/methodname.xml #for new methods
|
||||||
cp /phpdoc/RFC/skeletons/function.xml functions/functionname.xml (for new functions)
|
cp /phpdoc/RFC/skeletons/function.xml functions/functionname.xml #for new functions
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: *classname*, *methodname* and *functionname* are lowercased names of the class, method or function, respectively,
|
Note: *classname*, *methodname* and *functionname* are lowercased names of the class, method or function, respectively,
|
||||||
|
Reference in New Issue
Block a user