Passed
Push — master ( de4279...e5d517 )
by Laurens
01:42
created
src/MetaData/Field/Field.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
      */
46 46
     private $attributedValue;
47 47
 
48
+    /**
49
+     * @param string $key
50
+     */
48 51
     public function __construct(?string $key = null, $value = null, ?string $label = null)
49 52
     {
50 53
         if ($key !== null) {
Please login to merge, or discard this patch.