Completed
Push — master ( f46b5b...abbffa )
by Biao
02:39
created
src/Illuminate/Laravel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -128,6 +128,9 @@
 block discarded – undo
128 128
         //...
129 129
     }
130 130
 
131
+    /**
132
+     * @param string $name
133
+     */
131 134
     public function fireEvent($name, array $params = [])
132 135
     {
133 136
         $this->app->events->fire($name, $params);
Please login to merge, or discard this patch.
src/Swoole/Server.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         $this->sw->start();
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $title
101
+     */
99 102
     protected function setProcessTitle($title)
100 103
     {
101 104
         if (PHP_OS == 'Darwin') {
Please login to merge, or discard this patch.