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
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+66Lines changed: 66 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1350,6 +1350,30 @@ parameters:
1350
1350
count:1
1351
1351
path:src/Mapping/Driver/AttributeDriver.php
1352
1352
1353
+
-
1354
+
message:'#^Call to an undefined method Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\:\:getReferencedColumnNames\(\)\.$#'
1355
+
identifier:method.notFound
1356
+
count:1
1357
+
path:src/Mapping/Driver/DatabaseDriver.php
1358
+
1359
+
-
1360
+
message:'#^Call to an undefined method Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\:\:getReferencedTableName\(\)\.$#'
1361
+
identifier:method.notFound
1362
+
count:1
1363
+
path:src/Mapping/Driver/DatabaseDriver.php
1364
+
1365
+
-
1366
+
message:'#^Call to an undefined method Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\:\:getReferencingColumnNames\(\)\.$#'
1367
+
identifier:method.notFound
1368
+
count:1
1369
+
path:src/Mapping/Driver/DatabaseDriver.php
1370
+
1371
+
-
1372
+
message:'#^Call to method toString\(\) on an unknown class Doctrine\\DBAL\\Schema\\Name\\UnqualifiedName\.$#'
1373
+
identifier:class.notFound
1374
+
count:2
1375
+
path:src/Mapping/Driver/DatabaseDriver.php
1376
+
1353
1377
-
1354
1378
message:'#^Cannot call method getName\(\) on Doctrine\\DBAL\\Schema\\Column\|false\.$#'
1355
1379
identifier:method.nonObject
@@ -1398,6 +1422,12 @@ parameters:
1398
1422
count:4
1399
1423
path:src/Mapping/Driver/DatabaseDriver.php
1400
1424
1425
+
-
1426
+
message:'#^Parameter \$name of anonymous function has invalid type Doctrine\\DBAL\\Schema\\Name\\UnqualifiedName\.$#'
1427
+
identifier:class.notFound
1428
+
count:2
1429
+
path:src/Mapping/Driver/DatabaseDriver.php
1430
+
1401
1431
-
1402
1432
message:'#^Method Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver\:\:__construct\(\) has parameter \$fileExtension with no type specified\.$#'
1403
1433
identifier:missingType.parameter
@@ -3048,12 +3078,42 @@ parameters:
3048
3078
count:3
3049
3079
path:src/Tools/SchemaTool.php
3050
3080
3081
+
-
3082
+
message:'#^Call to an undefined method Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\:\:getReferencedColumnNames\(\)\.$#'
3083
+
identifier:method.notFound
3084
+
count:1
3085
+
path:src/Tools/SchemaTool.php
3086
+
3087
+
-
3088
+
message:'#^Call to an undefined method Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\:\:getReferencedTableName\(\)\.$#'
3089
+
identifier:method.notFound
3090
+
count:1
3091
+
path:src/Tools/SchemaTool.php
3092
+
3093
+
-
3094
+
message:'#^Call to an undefined method Doctrine\\DBAL\\Schema\\ForeignKeyConstraint\:\:getReferencingColumnNames\(\)\.$#'
3095
+
identifier:method.notFound
3096
+
count:1
3097
+
path:src/Tools/SchemaTool.php
3098
+
3099
+
-
3100
+
message:'#^Call to an undefined method Doctrine\\DBAL\\Schema\\Table\:\:dropForeignKey\(\)\.$#'
3101
+
identifier:method.notFound
3102
+
count:1
3103
+
path:src/Tools/SchemaTool.php
3104
+
3051
3105
-
3052
3106
message:'#^Call to function is_numeric\(\) with int\<0, max\> will always evaluate to true\.$#'
3053
3107
identifier:function.alreadyNarrowedType
3054
3108
count:1
3055
3109
path:src/Tools/SchemaTool.php
3056
3110
3111
+
-
3112
+
message:'#^Call to method toString\(\) on an unknown class Doctrine\\DBAL\\Schema\\Name\\UnqualifiedName\.$#'
3113
+
identifier:class.notFound
3114
+
count:2
3115
+
path:src/Tools/SchemaTool.php
3116
+
3057
3117
-
3058
3118
message:'#^Method Doctrine\\ORM\\Tools\\SchemaTool\:\:addDiscriminatorColumnDefinition\(\) has parameter \$class with generic class Doctrine\\ORM\\Mapping\\ClassMetadata but does not specify its types\: T$#'
3059
3119
identifier:missingType.generics
@@ -3156,6 +3216,12 @@ parameters:
3156
3216
count:1
3157
3217
path:src/Tools/SchemaTool.php
3158
3218
3219
+
-
3220
+
message:'#^Parameter \$name of anonymous function has invalid type Doctrine\\DBAL\\Schema\\Name\\UnqualifiedName\.$#'
3221
+
identifier:class.notFound
3222
+
count:2
3223
+
path:src/Tools/SchemaTool.php
3224
+
3159
3225
-
3160
3226
message:'#^Property Doctrine\\ORM\\Tools\\SchemaTool\:\:\$schemaManager with generic class Doctrine\\DBAL\\Schema\\AbstractSchemaManager does not specify its types\: T$#'
0 commit comments