Completed
Push — master ( 7865af...4ebf4f )
by Sébastien
08:13 queued 07:05
created
src/ServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     /**
106 106
      * Get the services provided by the provider.
107 107
      *
108
-     * @return array
108
+     * @return string[]
109 109
      */
110 110
     public function provides()
111 111
     {
Please login to merge, or discard this patch.
src/Commands/Visualize.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * Execute the console command.
40 40
      *
41
-     * @return mixed
41
+     * @return integer
42 42
      */
43 43
     public function handle()
44 44
     {
Please login to merge, or discard this patch.
src/StateMachine/StateMachine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
 
178 178
     /**
179 179
      * @param  string|null $key
180
-     * @param  mixed       $default
180
+     * @param  string|null       $default
181 181
      * @return mixed
182 182
      */
183 183
     protected function getGraphMetadata($key, $default)
Please login to merge, or discard this patch.