]> BookStack Code Mirror - bookstack/blobdiff - app/App/Providers/EventServiceProvider.php
respective book and chapter structure added.
[bookstack] / app / App / Providers / EventServiceProvider.php
index 4ec9facdfd7b82c793f3a57257327e604f009f85..4cd527ba4a40a91e0b7458aa36bcc56aad6d9b3c 100644 (file)
@@ -29,20 +29,16 @@ class EventServiceProvider extends ServiceProvider
 
     /**
      * Register any events for your application.
-     *
-     * @return void
      */
-    public function boot()
+    public function boot(): void
     {
         //
     }
 
     /**
      * Determine if events and listeners should be automatically discovered.
-     *
-     * @return bool
      */
-    public function shouldDiscoverEvents()
+    public function shouldDiscoverEvents(): bool
     {
         return false;
     }