Skip to content

Commit

Permalink
Merge pull request #8 from kaihiro/2.8-PHP7
Browse files Browse the repository at this point in the history
2.8 PHP7 compatibility
  • Loading branch information
k1LoW committed Oct 18, 2017
2 parents 26ae242 + 6e2c9a4 commit b249f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/Error/ExceptionNotifierErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function handleError($code, $description, $file = null, $line = nu
*
* @param Exception $exception
*/
public static function handleException(Exception $exception)
public static function handleException($exception)
{

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=5.3.3",
"cakephp/cakephp": "~2.0,<2.8",
"cakephp/cakephp": "~2.0,>=2.8",
"composer/installers": "*",
"symfony/var-dumper": "*"
}
Expand Down

0 comments on commit b249f08

Please sign in to comment.