Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
SkibidiProduction committed Feb 4, 2025
1 parent d9661ed commit ba251a8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1607,21 +1607,3 @@ parameters:
identifier: missingType.iterableValue
count: 1
path: tests/Helpers/ParamsTest.php

-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''Rubix\\\\ML\\\\NeuralNet\\\\Initializers\\\\LegacyConstant'' and Rubix\\ML\\NeuralNet\\Initializers\\LegacyConstant will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/NeuralNet/Initializers/LegacyConstantTest.php

-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''Rubix\\\\ML\\\\NeuralNet\\\\Initializers\\\\LegacyInitializer'' and Rubix\\ML\\NeuralNet\\Initializers\\LegacyConstant will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/NeuralNet/Initializers/LegacyConstantTest.php

-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''Tensor\\\\Matrix'' and Tensor\\Matrix will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/NeuralNet/Initializers/LegacyConstantTest.php

0 comments on commit ba251a8

Please sign in to comment.