Completed
Push — master ( 673a73...557cba )
by Derek
03:18
created
src/Nabu/LoggerHandler/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @return string|null  The file_path set for the File instance
60
+     * @return string  The file_path set for the File instance
61 61
      */
62 62
     public function getFilePath()
63 63
     {
Please login to merge, or discard this patch.
src/Enki/MySql.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
      *
73 73
      * @param string $table The table from which keys will be retrieved
74 74
      *
75
-     * @return array|false  Returns an array of column names representing primary keys;
75
+     * @return string|false  Returns an array of column names representing primary keys;
76 76
      *                      returns false if the table has no primary keys
77 77
      */
78 78
     public function getPrimaryKeys($table)
Please login to merge, or discard this patch.