-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
By trying to upgrade to L5.2 artisan clear-compiled
returns errors like this
Declaration of Potsky\LaravelLocalizationHelpers\Commands\LocalizationAbstract::info()
should be compatible with Illuminate\Console\Command::info($string, $verbosity = NULL)
The errors can be fixed by changing declarations to:
public function line( $s , $style = NULL, $verbosity = NULL) {...
public function info( $s , $verbosity = NULL) {...
public function comment( $s , $verbosity = NULL ) {...
public function question( $s , $verbosity = NULL) {...
Metadata
Metadata
Assignees
Labels
No labels