Changes on PHP-CS-Fixer configuration

Because of `declare(strict_types=1)` some changes were necessary.
This commit is contained in:
Henrique Moody 2017-11-19 19:01:31 +01:00
commit ef975629f3
No known key found for this signature in database
GPG key ID: 221E9281655813A6
998 changed files with 3058 additions and 1122 deletions

View file

@ -9,6 +9,8 @@
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Respect\Validation\Exceptions\SubdivisionCode;
use Respect\Validation\Exceptions\SubdivisionCodeException;