mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 08:13:58 +02:00
Formatting issue
This commit is contained in:
@@ -29,7 +29,7 @@ use either `-1` or `E_ALL | E_STRICT`.
|
|||||||
**Reporting Every Possibly Error by PHP Version**
|
**Reporting Every Possibly Error by PHP Version**
|
||||||
|
|
||||||
* < 5.3 `-1` or `E_ALL`
|
* < 5.3 `-1` or `E_ALL`
|
||||||
* 5.3 `-1` or `E_ALL | E_STRICT`
|
* 5.3 `-1` or `E_ALL | E_STRICT`
|
||||||
* > 5.3 `-1` or `E_ALL`
|
* > 5.3 `-1` or `E_ALL`
|
||||||
|
|
||||||
### Production
|
### Production
|
||||||
|
Reference in New Issue
Block a user