Completed
Push — master ( 2488d3...8a2d7c )
by Václav
02:26
created
src/Constants/ErrorMessages.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
         }
51 51
 
52 52
         /**
53
-         * @param $configField [Name of the expected value as a string]
53
+         * @param string $configField [Name of the expected value as a string]
54 54
          * @return string      [Concatenated message as a string]
55 55
          */
56 56
         static function getConfigFieldNotFoundMessage($configField) {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
         }
63 63
 
64 64
         /**
65
-         * @param $propertyName [Name of the property as a string]
65
+         * @param string $propertyName [Name of the property as a string]
66 66
          * @param string $className    [Name of the class as a string]
67 67
          * @return string       [Concatenated message as a string]
68 68
          */
Please login to merge, or discard this patch.