Skip to content
Merged

Typo #973

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/en/helpers.texy
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Helpers::falseToNull(123); // 123
getLastError(): string .[method]
--------------------------------

Returns the last occurred PHP error or an empty string if no error occurred. Unlike `error_get_last()`, it is nit affected by the PHP directive `html_errors` and always returns text, not HTML.
Returns the last occurred PHP error or an empty string if no error occurred. Unlike `error_get_last()`, it is not affected by the PHP directive `html_errors` and always returns text, not HTML.

```php
Helpers::getLastError();
Expand Down