Skip to content

Commit

Permalink
Revert back to void return type
Browse files Browse the repository at this point in the history
Stay return type to void instead of bool|void
  • Loading branch information
sohelrana820 committed Aug 15, 2018
1 parent bd862b4 commit a89aa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Filesystem/FileTest.php
Expand Up @@ -503,7 +503,7 @@ public function testLastChange()
/**
* testWrite method
*
* @return bool|void
* @return void
*/
public function testWrite()
{
Expand Down

0 comments on commit a89aa70

Please sign in to comment.