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/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.
|
Run PHPStan:
src/Model/InvoiceInterface.php#L38
Method SerendipityHQ\Bundle\FeaturesBundle\Model\InvoiceInterface::setHeader() has no return type specified.
|
Run PHPStan:
src/Model/InvoiceInterface.php#L52
Method SerendipityHQ\Bundle\FeaturesBundle\Model\InvoiceInterface::getLine() has parameter $id with no type specified.
|
Run PHPStan:
src/Model/InvoiceInterface.php#L52
PHPDoc tag @param has invalid value (string!int $id): Unexpected token "!", expected variable at offset 102
|
Loading