-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'prepare-next' into develop
- Loading branch information
Showing
267 changed files
with
4,569 additions
and
5,454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
|
||
Code Coverage Report Summary: | ||
Classes: 100.00% (209/209) | ||
Methods: 100.00% (746/746) | ||
Lines: 100.00% (3748/3748) | ||
Code Coverage Report Summary: | ||
Classes: 99.53% (212/213) | ||
Methods: 99.34% (754/759) | ||
Lines: 99.87% (3788/3793) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
/app/src/Spinner/Container/Builder/ServiceBuilder.php:17:19:error - MissingConstructor: AlecRabbit\Spinner\Container\Builder\ServiceBuilder has an uninitialized property AlecRabbit\Spinner\Container\Builder\ServiceBuilder::$value, but no constructor | ||
/app/src/Spinner/Container/ServiceSpawner.php:121:13:error - RiskyTruthyFalsyComparison: Operand of type list<ReflectionParameter>|null contains type list<ReflectionParameter>, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. | ||
/app/src/Spinner/Core/Config/Solver/A/ASolver.php:27:22:error - InvalidReturnType: The declared return type '(T:fn-alecrabbit\spinner\core\config\solver\a\asolver::extractsettingselement as AlecRabbit\Spinner\Core\Settings\Contract\ISettingsElement)|null' for AlecRabbit\Spinner\Core\Config\Solver\A\ASolver::extractSettingsElement is incorrect, got 'AlecRabbit\Spinner\Core\Settings\Contract\ISettingsElement|null' | ||
/app/src/Spinner/Core/Config/Solver/A/ASolver.php:31:16:error - InvalidReturnStatement: The inferred type 'AlecRabbit\Spinner\Core\Settings\Contract\ISettingsElement|null' does not match the declared return type '(T:fn-alecrabbit\spinner\core\config\solver\a\asolver::extractsettingselement as AlecRabbit\Spinner\Core\Settings\Contract\ISettingsElement)|null' for AlecRabbit\Spinner\Core\Config\Solver\A\ASolver::extractSettingsElement | ||
/app/src/Spinner/Core/Output/SequenceStateWriter.php:27:13:error - RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. | ||
/app/src/Spinner/Core/Palette/Factory/PaletteTemplateFactory.php:26:37:error - DeprecatedMethod: The method AlecRabbit\Spinner\Core\Palette\Contract\IPalette::getEntries has been marked as deprecated | ||
/app/src/Spinner/Core/Palette/Factory/PaletteTemplateFactory.php:27:37:error - DeprecatedMethod: The method AlecRabbit\Spinner\Core\Palette\Contract\IPalette::getOptions has been marked as deprecated | ||
/app/src/Spinner/Core/Pattern/Factory/PatternFactory.php:33:21:error - PossiblyInvalidArgument: Argument 2 of AlecRabbit\Spinner\Core\Pattern\Pattern::__construct expects Traversable<mixed, AlecRabbit\Spinner\Contract\ISequenceFrame>, but possibly different type AlecRabbit\Spinner\Contract\IHasFrame|Traversable<mixed, AlecRabbit\Spinner\Contract\ISequenceFrame> provided | ||
/app/src/Spinner/Core/Widget/Builder/NeoWidgetRevolverBuilder.php:35:20:error - PossiblyNullArgument: Argument 1 of AlecRabbit\Spinner\Core\Widget\NeoWidgetRevolver::__construct cannot be null, possibly null value provided | ||
/app/src/Spinner/Core/Widget/Builder/NeoWidgetRevolverBuilder.php:36:19:error - PossiblyNullArgument: Argument 2 of AlecRabbit\Spinner\Core\Widget\NeoWidgetRevolver::__construct cannot be null, possibly null value provided | ||
/app/src/Spinner/Core/Widget/Builder/NeoWidgetRevolverBuilder.php:37:23:error - PossiblyNullArgument: Argument 3 of AlecRabbit\Spinner\Core\Widget\NeoWidgetRevolver::__construct cannot be null, possibly null value provided | ||
/app/src/Spinner/Core/Widget/Builder/WidgetRevolverBuilder.php:34:35:error - PossiblyNullReference: Cannot call method getInterval on possibly null value | ||
/app/src/Spinner/Core/Widget/Builder/WidgetRevolverBuilder.php:35:34:error - PossiblyNullReference: Cannot call method getInterval on possibly null value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.