Skip to content

Commit 165da11

Browse files
committed
cs: missing strict type
1 parent 5db8953 commit 165da11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Fixtures/app/console

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* file that was distributed with this source code.
1111
*/
1212

13+
declare(strict_types=1);
14+
1315
use Symfony\Bundle\FrameworkBundle\Console\Application;
1416
use Symfony\Component\Console\Input\ArgvInput;
1517
use Symfony\Component\ErrorHandler\Debug;

0 commit comments

Comments
 (0)