Merge branch 'hotfix/0.12.14' #2114
Annotations
10 errors
Run PHPStan:
src/Model/Feature/AbstractFeature.php#L21
Method SerendipityHQ\Bundle\FeaturesBundle\Model\Feature\AbstractFeature::__construct() has parameter $details with no value type specified in iterable type array.
|
Run PHPStan:
src/Model/Feature/AbstractFeaturePack.php#L21
Method SerendipityHQ\Bundle\FeaturesBundle\Model\Feature\AbstractFeaturePack::__construct() has parameter $details with no value type specified in iterable type array.
|
Run PHPStan:
src/Model/Feature/AbstractFeaturesCollection.php#L29
Class SerendipityHQ\Bundle\FeaturesBundle\Model\Feature\AbstractFeaturesCollection extends generic class Doctrine\Common\Collections\ArrayCollection but does not specify its types: TKey, T
|
Run PHPStan:
src/Model/Feature/AbstractFeaturesCollection.php#L86
Cannot clone non-object variable $element of type mixed.
|
Run PHPStan:
src/Model/Feature/Configured/ConfiguredFeaturesCollection.php#L74
Parameter #1 $p of method Doctrine\Common\Collections\ArrayCollection<(int|string),mixed>::filter() expects Closure(mixed): bool, callable(): mixed given.
|
Run PHPStan:
src/Model/Feature/Configured/ConfiguredFeaturesCollection.php#L87
Parameter #1 $p of method Doctrine\Common\Collections\ArrayCollection<(int|string),mixed>::filter() expects Closure(mixed): bool, callable(): mixed given.
|
Run PHPStan:
src/Model/Feature/Configured/ConfiguredFeaturesCollection.php#L100
Parameter #1 $p of method Doctrine\Common\Collections\ArrayCollection<(int|string),mixed>::filter() expects Closure(mixed): bool, callable(): mixed given.
|
Run PHPStan:
src/Model/Feature/FeatureInterface.php#L28
Method SerendipityHQ\Bundle\FeaturesBundle\Model\Feature\FeatureInterface::__construct() has parameter $details with no value type specified in iterable type array.
|
Run PHPStan:
src/Model/Feature/Subscribed/SubscribedFeatureInterface.php#L26
Method SerendipityHQ\Bundle\FeaturesBundle\Model\Feature\Subscribed\SubscribedFeatureInterface::setConfiguredFeature() has no return type specified.
|
Run PHPStan:
src/Model/Feature/Subscribed/SubscribedFeatureInterface.php#L31
Method SerendipityHQ\Bundle\FeaturesBundle\Model\Feature\Subscribed\SubscribedFeatureInterface::toArray() return type has no value type specified in iterable type array.
|
Loading