Browse Source

Fixing style errors.

stickler-ci 7 years ago
parent
commit
49bb7cc270

+ 2 - 2
tests/PHPStan/AssociationTableMixinClassReflectionExtension.php

@@ -1,5 +1,5 @@
-<?php declare(strict_types=1);
-
+<?php
+declare(strict_types=1);
 namespace Cake\PHPStan;
 
 use Cake\ORM\Association;

+ 2 - 2
tests/PHPStan/TableFindByPropertyMethodReflection.php

@@ -1,5 +1,5 @@
-<?php declare(strict_types=1);
-
+<?php
+declare(strict_types=1);
 namespace Cake\PHPStan;
 
 use PHPStan\Reflection\ClassReflection;