Some phpdoc fixes from scrutinizer.

This commit is contained in:
Robert Korulczyk
2016-11-12 22:11:30 +01:00
parent cf0952406d
commit 450eefaa50
4 changed files with 8 additions and 8 deletions

View File

@@ -196,7 +196,7 @@ abstract class ErrorHandler extends Component
* @param string $message the error message.
* @param string $file the filename that the error was raised in.
* @param int $line the line number the error was raised at.
* @return bool whether the normal error handler continues.
* @return false whether the normal error handler continues.
*
* @throws ErrorException
*/