You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 255 !! !! Fatal error: Class CoreSphere\ConsoleBundle\DataCollector\DataCollector contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Contracts\Service\ResetInterface::reset) in vendor\coresphere\console-bundle\DataCollector\DataCollector.php on line 34 !! !! In DataCollector.php line 34: !! !! Error: Class CoreSphere\ConsoleBundle\DataCollector\DataCollector contains 1 abstract method and must therefore be !! declared abstract or implement the remaining methods (Symfony\Contracts\Service\ResetInterface::reset) !! !! !! Script @auto-scripts was called via post-update-cmd
I should have added this manually in the class DataCollector.php
public function reset() { return parent::reset(); }
The text was updated successfully, but these errors were encountered:
vicman
changed the title
DataCollector contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
Symphony 4.4: DataCollector contains 1 abstract method and must therefore be declared abstract or implement the remaining methods
May 24, 2021
composr install...
Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 255 !! !! Fatal error: Class CoreSphere\ConsoleBundle\DataCollector\DataCollector contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Contracts\Service\ResetInterface::reset) in vendor\coresphere\console-bundle\DataCollector\DataCollector.php on line 34 !! !! In DataCollector.php line 34: !! !! Error: Class CoreSphere\ConsoleBundle\DataCollector\DataCollector contains 1 abstract method and must therefore be !! declared abstract or implement the remaining methods (Symfony\Contracts\Service\ResetInterface::reset) !! !! !! Script @auto-scripts was called via post-update-cmd
I should have added this manually in the class DataCollector.php
public function reset() { return parent::reset(); }
The text was updated successfully, but these errors were encountered: