Test Failed
Push — master ( ac78fa...cf08a1 )
by George
02:34
created
src/Base.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @access public
88 88
      *
89
-     * @param string $ps_file The path and name of the file to analyse.
89
+     * @param string $ps_file_name The path and name of the file to analyse.
90 90
      * @see http://dataprotocols.org/json-table-schema
91 91
      *
92 92
      * @return boolean Whether the file was successfully set.
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
      * @access protected
157 157
      * @static
158 158
      *
159
-     * @return true on success or throws exception on error.
159
+     * @return boolean on success or throws exception on error.
160 160
      */
161 161
     protected static function setCsvHeaderColumns()
162 162
     {
Please login to merge, or discard this patch.
src/Validate/Format/DatetimeValidator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -48,6 +48,7 @@
 block discarded – undo
48 48
      * @access protected
49 49
      *
50 50
      * @param string   The date format to validate against.
51
+     * @param string $ps_format
51 52
      *
52 53
      * @return boolean Whether the input is valid.
53 54
      */
Please login to merge, or discard this patch.