Add strict_types

This commit is contained in:
Gabriel Caruso 2017-12-30 17:51:37 -02:00
parent 1a7e182dd5
commit 6f4c91bd5a

View File

@ -1,5 +1,5 @@
#!/usr/bin/env php
<?php
<?php declare(strict_types=1);
use Rector\Console\Application;
use Rector\DependencyInjection\ContainerFactory;