mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-19 20:02:49 +02:00
Update with minor grammar fixes
This commit is contained in:
@@ -24,7 +24,7 @@ In October 2014 the PHP-FIG deprecated the previous autoloading standard: [PSR-0
|
||||
many PHP 5.2-only projects currently implement PSR-0. Luckily those PHP 5.2-only projects are starting to up their
|
||||
version requirements, meaning PSR-0 is being used less and less.
|
||||
|
||||
If you're going to use an autoloader standard for a new application or package then you almost certainly want
|
||||
If you're going to use an autoloader standard for a new application or package, then you almost certainly want
|
||||
to look into PSR-4.
|
||||
|
||||
* [Read about Namespaces][namespaces]
|
||||
|
Reference in New Issue
Block a user