Passed
Push — develop ( 66094e...2c2c47 )
by nguereza
14:29 queued 02:44
created
src/Mapper/DataMapper.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -317,9 +317,9 @@  discard block
 block discarded – undo
317 317
         }
318 318
     }
319 319
 
320
-     /**
321
-     * {@inheritedoc}
322
-     */
320
+        /**
321
+         * {@inheritedoc}
322
+         */
323 323
     public function hasColumn(string $column): bool
324 324
     {
325 325
         return array_key_exists($column, $this->columns)
@@ -352,9 +352,9 @@  discard block
 block discarded – undo
352 352
         $this->rawColumns[$name] = $value;
353 353
     }
354 354
 
355
-     /**
356
-     * {@inheritedoc}
357
-     */
355
+        /**
356
+         * {@inheritedoc}
357
+         */
358 358
     public function getRelated(string $name, ?callable $callback = null): mixed
359 359
     {
360 360
         if (array_key_exists($name, $this->relations)) {
Please login to merge, or discard this patch.