Completed
Push — master ( d8a4a6...a1059c )
by Marcel
14s queued 10s
created
src/Console/StartDashboardCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         $this->app->run();
120 120
     }
121 121
 
122
+    /**
123
+     * @param string $url
124
+     */
122 125
     protected function tryToOpenInBrowser($url)
123 126
     {
124 127
         if (PHP_OS === 'Darwin') {
Please login to merge, or discard this patch.