Completed
Push — master ( 6528f3...780ad9 )
by Derek Stephen
06:05
created
src/Collection/FieldCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 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)
Please login to merge, or discard this patch.