Completed
Push — master ( 438599...7e3774 )
by tac
04:03
created
lib/Attribute/AbstractAttribute.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -9,6 +9,10 @@
 block discarded – undo
9 9
     protected $path;
10 10
     protected $default;
11 11
 
12
+    /**
13
+     * @param \Tacone\Bees\Field\Field $object
14
+     * @param string $path
15
+     */
12 16
     protected function __construct($object, &$storage, $path)
13 17
     {
14 18
         $this->object = $object;
Please login to merge, or discard this patch.
lib/Widget/Endpoint.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Countable;
8 8
 use Illuminate\Contracts\Support\Arrayable;
9 9
 use Illuminate\Contracts\Support\Jsonable;
10
-use Illuminate\Contracts\Support\Renderable;
11 10
 use IteratorAggregate;
12 11
 use Tacone\Bees\Base\DelegatedArrayTrait;
13 12
 use Tacone\Bees\Collection\FieldCollection;
Please login to merge, or discard this patch.