mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
844a4c96e4
commit
b3ae11fe47
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user