This commit is contained in:
Luke Towers 2019-04-19 15:26:10 -06:00
parent 6d3e751a38
commit 07aa790fc0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ trait ErrorMaker
protected $fatalError;
/**
* @return boolean Wether a fatal error has been set or not.
* @return boolean Whether a fatal error has been set or not.
*/
public function hasFatalError()
{