mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 06:26:45 +02:00
Link to "new" location of PSRs
This commit is contained in:
@@ -46,10 +46,10 @@ readable by all current and future parties who may be working on the codebase.
|
||||
|
||||
|
||||
[fig]: http://www.php-fig.org/
|
||||
[psr0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
|
||||
[psr1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
|
||||
[psr2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
|
||||
[psr4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md
|
||||
[psr0]: http://www.php-fig.org/psr/psr-0/
|
||||
[psr1]: http://www.php-fig.org/psr/psr-1/
|
||||
[psr2]: http://www.php-fig.org/psr/psr-2/
|
||||
[psr4]: http://www.php-fig.org/psr/psr-4/
|
||||
[pear-cs]: http://pear.php.net/manual/en/standards.php
|
||||
[symfony-cs]: http://symfony.com/doc/current/contributing/code/standards.html
|
||||
[phpcs]: http://pear.php.net/package/PHP_CodeSniffer/
|
||||
|
@@ -33,5 +33,5 @@ to look into PSR-4.
|
||||
|
||||
|
||||
[namespaces]: http://php.net/language.namespaces
|
||||
[psr0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
|
||||
[psr4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md
|
||||
[psr0]: http://www.php-fig.org/psr/psr-0/
|
||||
[psr4]: http://www.php-fig.org/psr/psr-4/
|
||||
|
@@ -26,5 +26,5 @@ installed in any application you like:
|
||||
[4]: http://packages.zendframework.com/docs/latest/manual/en/index.html#zend-db
|
||||
[6]: https://github.com/auraphp/Aura.Sql
|
||||
[7]: http://propelorm.org/
|
||||
[psr0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
|
||||
[psr4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md
|
||||
[psr0]: http://www.php-fig.org/psr/psr-0/
|
||||
[psr4]: http://www.php-fig.org/psr/psr-4/
|
||||
|
Reference in New Issue
Block a user