Completed
Push — master ( 40fce1...025fda )
by Oleg
06:38
created
src/Support/MergeAttributes.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
     protected $arrays = [];
7 7
     
8 8
     /**
9
-     * @param array $arrays,...
10 9
      * @throws \RuntimeException
11 10
      */
12 11
     public function __construct()
Please login to merge, or discard this patch.
src/Entity/Item.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,7 @@
 block discarded – undo
51 51
     public function buildAttributes($attributes = [])
52 52
     {
53 53
         $attributes = $this->isActive() ?
54
-            (new MergeAttributes($this->builder->activeAttributes()->all(), $attributes))->merge() :
55
-            $attributes;
54
+            (new MergeAttributes($this->builder->activeAttributes()->all(), $attributes))->merge() : $attributes;
56 55
 
57 56
         return $this->attributes->build($attributes);
58 57
     }
Please login to merge, or discard this patch.