Test Failed
Branch refactoring (b0eef5)
by JHONATAN
03:33
created
src/Webservice/TransferPersister.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
                 return;
112 112
             }
113 113
 
114
-            if ($association){
114
+            if ($association) {
115 115
                 if ($associationMetadata->hasAnnotation(HasMany::class)) {
116 116
                     $annotation = $associationMetadata->getAnnotation(HasMany::class);
117 117
                 } elseif ($associationMetadata->hasAnnotation(HasOne::class)) {
Please login to merge, or discard this patch.