Completed
Push — master ( 51f0a9...9c55df )
by tac
02:41
created
lib/Collection/FieldCollection.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@  discard block
 block discarded – undo
33 33
         return $this->storage[$object->name()] = $object;
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $name
38
+     */
36 39
     public function get($name)
37 40
     {
38 41
         return $this->storage[$name];
@@ -94,6 +97,9 @@  discard block
 block discarded – undo
94 97
         return !$validator->fails();
95 98
     }
96 99
 
100
+    /**
101
+     * @param \Tacone\DataSource\AbstractDataSource $source
102
+     */
97 103
     public function from($source)
98 104
     {
99 105
         foreach ($this as $name => $field) {
Please login to merge, or discard this patch.
src/controllers/EndpointController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Tacone\Bees\Demo\Models\Article;
6 6
 use Tacone\Bees\Widget\Endpoint;
7
-use View;
8 7
 
9 8
 class EndpointController extends DemoController
10 9
 {
Please login to merge, or discard this patch.