Completed
Push — master ( 18a7c0...5aa638 )
by Antonio Carlos
01:52
created
src/Vendor/Laravel/ServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * Bootstrap the application events.
69 69
      *
70
-     * @return void
70
+     * @return false|null
71 71
      */
72 72
     public function boot()
73 73
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Check if the service provider is full booted.
93 93
      *
94
-     * @return void
94
+     * @return boolean
95 95
      */
96 96
     public function isFullyBooted()
97 97
     {
Please login to merge, or discard this patch.