Completed
Push — master ( 973c28...6528f3 )
by Derek Stephen
08:47
created
src/Collection/FieldCollection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
 class FieldCollection extends AbstractCollection implements CollectionInterface
13 13
 {
14 14
     /**
15
-     * @param $name
15
+     * @param string $name
16 16
      * @return FieldInterface|null
17 17
      */
18 18
     public function findByName($name)
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     }
32 32
     /**
33 33
      * @param $name
34
-     * @return FieldInterface|null
34
+     * @return boolean
35 35
      */
36 36
     public function removeByName($name): bool
37 37
     {
Please login to merge, or discard this patch.