Completed
Push — work-fleets ( 1c4183...d64c53 )
by SuperNova.WS
05:36
created
includes/classes/DbSqlStatement.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -337,9 +337,9 @@
 block discarded – undo
337 337
   }
338 338
 
339 339
   /**
340
-   * @param $string
340
+   * @param string $string
341 341
    *
342
-   * @return mixed|string
342
+   * @return string
343 343
    */
344 344
   protected function stringEscape($string) {
345 345
     return
Please login to merge, or discard this patch.