Change PluginBase::boot return type to void (PhpDocBlock) (#4957)

This commit is contained in:
Alwin Drenth 2020-02-28 10:52:01 +01:00 committed by GitHub
parent 1d65e61ffc
commit 56b2864ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ class PluginBase extends ServiceProviderBase
/**
* Boot method, called right before the request route.
*
* @return array
* @return void
*/
public function boot()
{