mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Verify link consistency - round 1
- Verify that all named links at the bottom of a post are in use, otherwise either remove or add link in post - if the post uses named links, try and make sure all links in the post are in that style - ensure logical order for the named links at the bottom
This commit is contained in:
@@ -47,15 +47,17 @@ available as `__call()` and `__callStatic()`.
|
||||
|
||||
* [Read about Magic Methods][magic-methods]
|
||||
* [Read about Reflection][reflection]
|
||||
* [Read about Overloading][overloading]
|
||||
|
||||
|
||||
[namespaces]: http://php.net/language.namespaces
|
||||
[overloading]: http://php.net/language.oop5.overloading
|
||||
[oop]: http://php.net/language.oop5
|
||||
[traits]: http://php.net/language.oop5.traits
|
||||
[anonymous-functions]: http://php.net/functions.anonymous
|
||||
[closure-class]: http://php.net/class.closure
|
||||
[closures-rfc]: https://wiki.php.net/rfc/closures
|
||||
[callables]: http://php.net/language.types.callable
|
||||
[call-user-func-array]: http://php.net/function.call-user-func-array
|
||||
[magic-methods]: http://php.net/language.oop5.magic
|
||||
[reflection]: http://php.net/intro.reflection
|
||||
[traits]: http://php.net/language.oop5.traits
|
||||
[call-user-func-array]: http://php.net/function.call-user-func-array
|
||||
[closures-rfc]: https://wiki.php.net/rfc/closures
|
||||
[overloading]: http://php.net/language.oop5.overloading
|
||||
|
||||
|
Reference in New Issue
Block a user