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