Completed
Push — master ( a79f71...19c9d7 )
by Tim
12:15
created
Classes/Service/SmartObjectInformationService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 /**
4 4
  * SmartObjectInformationService.php.
5 5
  */
6
-declare(strict_types = 1);
6
+declare(strict_types=1);
7 7
 
8 8
 namespace HDNET\Autoloader\Service;
9 9
 
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
         $key = $annotationReader->getClassAnnotation(new \ReflectionClass($modelClassName), DatabaseKey::class);
350 350
         if (null !== $key) {
351 351
             $additionalKeys = [(string)$key];
352
-            array_walk($additionalKeys, function (&$item): void {
352
+            array_walk($additionalKeys, function(&$item): void {
353 353
                 $item = 'KEY ' . $item;
354 354
             });
355 355
             $fields = array_merge($fields, $additionalKeys);
Please login to merge, or discard this patch.