Completed
Pull Request — master (#72)
by
unknown
13:39 queued 06:54
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.