File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/Stecman/Component/Symfony/Console/BashCompletion Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ abstract class CompletionHandlerTestCase extends TestCase
1717 */
1818 protected $ application ;
1919
20- public static function setUpBeforeClass ()
20+ public static function setUpBeforeClass (): void
2121 {
2222 require_once __DIR__ . '/../Fixtures/CompletionAwareCommand.php ' ;
2323 require_once __DIR__ . '/../Fixtures/HiddenCommand.php ' ;
2424 require_once __DIR__ . '/../Fixtures/TestBasicCommand.php ' ;
2525 require_once __DIR__ . '/../Fixtures/TestSymfonyStyleCommand.php ' ;
2626 }
2727
28- protected function setUp ()
28+ protected function setUp (): void
2929 {
3030 $ this ->application = new Application ('Base application ' );
3131 $ this ->application ->addCommands (array (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class HookFactoryTest extends TestCase
1212 */
1313 protected $ factory ;
1414
15- protected function setUp ()
15+ protected function setUp (): void
1616 {
1717 $ this ->factory = new HookFactory ();
1818 }
You can’t perform that action at this time.
0 commit comments