Merge pull request #642 from a3020/gh-pages

Improve word order
This commit is contained in:
Josh Lockhart
2016-02-27 10:13:48 -05:00

View File

@@ -48,7 +48,7 @@ changes to your code to help ensure best interoperability and forward compatibil
Error Reporting can be changed by using PHP settings and/or PHP function calls. Using the built in PHP function
`error_reporting()` you can set the level of errors for the duration of the script execution by passing one of the
predefined error level constants, meaning if you only want to see Warnings and Errors - but not Notices - then you can
predefined error level constants, meaning if you only want to see Errors and Warnings - but not Notices - then you can
configure that:
{% highlight php %}