Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4099' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Mar 28, 2013
2 parents 2a0696e + 740f702 commit 4b5508c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPUnit/Controller/AbstractControllerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function getUseConsoleRequest()
*/
public function setUseConsoleRequest($boolean)
{
$this->useConsoleRequest = (boolean) $boolean;
$this->useConsoleRequest = (bool) $boolean;
return $this;
}

Expand Down

0 comments on commit 4b5508c

Please sign in to comment.