Passed
Push — master ( fd77ed...f01db1 )
by Bob
03:00
created
src/lib/Db.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
  */
25 25
 
26 26
 /**
27
- * @param null $db
27
+ * @param string|null $db
28 28
  * @return null|PDO
29 29
  */
30 30
 function openDB($db = null)
Please login to merge, or discard this patch.
Dramiel.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,5 +224,4 @@
 block discarded – undo
224 224
         $logger->addInfo('Websocket was reconnected..');
225 225
 });
226 226
 // Now we will run the ReactPHP Event Loop!
227
-$ws->run();
228
-
227
+$ws->run
229 228
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,5 +224,4 @@
 block discarded – undo
224 224
         $logger->addInfo('Websocket was reconnected..');
225 225
 });
226 226
 // Now we will run the ReactPHP Event Loop!
227
-$ws->run();
228
-
227
+$ws->run
229 228
\ No newline at end of file
Please login to merge, or discard this patch.