Browse Source

Revert back to void return type

Stay return type to void instead of bool|void
Sohel Rana 7 years ago
parent
commit
a89aa70995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Filesystem/FileTest.php

+ 1 - 1
tests/TestCase/Filesystem/FileTest.php

@@ -503,7 +503,7 @@ class FileTest extends TestCase
     /**
      * testWrite method
      *
-     * @return bool|void
+     * @return void
      */
     public function testWrite()
     {