Laravel 11.x Compatibility #58
Annotations
11 errors
|
Run a static analysis with phpstan/phpstan:
src/Auth/DoctrineUserProvider.php#L13
Non-abstract class LaravelDoctrine\ORM\Auth\DoctrineUserProvider contains abstract method rehashPasswordIfRequired() from interface Illuminate\Contracts\Auth\UserProvider.
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L1
Ignored error pattern #^Parameter \#3 \$className \(null\) of method LaravelDoctrine\\ORM\\Configuration\\LaravelNamingStrategy\:\:embeddedFieldToColumnName\(\) should be compatible with parameter \$className \(class\-string\) of method Doctrine\\ORM\\Mapping\\NamingStrategy\:\:embeddedFieldToColumnName\(\)$# in path /home/runner/work/orm/orm/src/Configuration/LaravelNamingStrategy.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L1
Ignored error pattern #^Parameter \#4 \$embeddedClassName \(null\) of method LaravelDoctrine\\ORM\\Configuration\\LaravelNamingStrategy\:\:embeddedFieldToColumnName\(\) should be compatible with parameter \$embeddedClassName \(class\-string\) of method Doctrine\\ORM\\Mapping\\NamingStrategy\:\:embeddedFieldToColumnName\(\)$# in path /home/runner/work/orm/orm/src/Configuration/LaravelNamingStrategy.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L30
Return type mixed of method LaravelDoctrine\ORM\Configuration\LaravelNamingStrategy::classToTableName() is not covariant with return type string of method Doctrine\ORM\Mapping\NamingStrategy::classToTableName().
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L43
Return type mixed of method LaravelDoctrine\ORM\Configuration\LaravelNamingStrategy::propertyToColumnName() is not covariant with return type string of method Doctrine\ORM\Mapping\NamingStrategy::propertyToColumnName().
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L52
Return type mixed of method LaravelDoctrine\ORM\Configuration\LaravelNamingStrategy::referenceColumnName() is not covariant with return type string of method Doctrine\ORM\Mapping\NamingStrategy::referenceColumnName().
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L64
Method LaravelDoctrine\ORM\Configuration\LaravelNamingStrategy::joinColumnName() overrides method Doctrine\ORM\Mapping\NamingStrategy::joinColumnName() but misses parameter #2 $className.
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L64
Return type mixed of method LaravelDoctrine\ORM\Configuration\LaravelNamingStrategy::joinColumnName() is not covariant with return type string of method Doctrine\ORM\Mapping\NamingStrategy::joinColumnName().
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L78
Return type mixed of method LaravelDoctrine\ORM\Configuration\LaravelNamingStrategy::joinTableName() is not covariant with return type string of method Doctrine\ORM\Mapping\NamingStrategy::joinTableName().
|
Run a static analysis with phpstan/phpstan:
src/Configuration/LaravelNamingStrategy.php#L98
Return type mixed of method LaravelDoctrine\ORM\Configuration\LaravelNamingStrategy::joinKeyColumnName() is not covariant with return type string of method Doctrine\ORM\Mapping\NamingStrategy::joinKeyColumnName().
|
Loading