Merge pull request #7733 from lloy0076/patch-1

Fix Missing Part of Sentence
This commit is contained in:
Damian Mooyman 2018-01-08 15:05:27 +13:00 committed by GitHub
commit ea50b01d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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()