Passed
Push — 1.x ( 752e4d...cb3448 )
by Ulises Jeremias
02:40
created
Mbh/Tree/Traits/Node.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-    * {@inheritdoc}
45
-    */
44
+     * {@inheritdoc}
45
+     */
46 46
     public function setValue($value)
47 47
     {
48 48
         $this->value = $value;
Please login to merge, or discard this patch.
Mbh/Collection/Traits/Sequenceable.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,8 @@
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-    * @inheritDoc
92
-    */
91
+     * @inheritDoc
92
+     */
93 93
     public function first()
94 94
     {
95 95
         if ($this->isEmpty()) {
Please login to merge, or discard this patch.