mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 10:43:58 +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:
@@ -83,5 +83,5 @@ defined to capture variables in scope and access them later when the anonymous f
|
||||
* [Read about dynamically invoking functions with `call_user_func_array`][call-user-func-array]
|
||||
|
||||
[anonymous-functions]: http://php.net/functions.anonymous
|
||||
[call-user-func-array]: http://php.net/function.call-user-func-array
|
||||
[closures-rfc]: https://wiki.php.net/rfc/closures
|
||||
[call-user-func-array]: http://php.net/function.call-user-func-array
|
||||
|
Reference in New Issue
Block a user