Fix Missing Part of Sentence

It seems to be missing the words **PHP error log**.

Add words (without bold type).
This commit is contained in:
David Lloyd 2018-01-02 10:20:18 -05:00 committed by Robbie Averill
parent 844a4c96e4
commit b3ae11fe47

View File

@ -24,7 +24,7 @@ Although you can raise more important levels of alerts in this way, we recommend
these instead.
For notice-level and warning-level issues, you should use [user_error](http://www.php.net/user_error) to throw errors
where appropriate. These will not halt execution but will send a message to the
where appropriate. These will not halt execution but will send a message to the PHP error log.
```php
public function delete()