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 9130db6 commit f3c15d4
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -450,30 +450,12 @@ parameters:
count: 1
path: src/Graph/Nodes/Ball.php

-
message: '#^Method Rubix\\ML\\Graph\\Nodes\\Best\:\:__construct\(\) has Rubix\\ML\\Exceptions\\InvalidArgumentException in PHPDoc @throws tag but it''s not thrown\.$#'
identifier: throws.unusedType
count: 1
path: src/Graph/Nodes/Best.php

-
message: '#^Parameter \#1 \.\.\.\$arg1 of function max expects non\-empty\-array, list\<float\> given\.$#'
identifier: argument.type
count: 1
path: src/Graph/Nodes/Clique.php

-
message: '#^Method Rubix\\ML\\Graph\\Nodes\\Depth\:\:__construct\(\) has Rubix\\ML\\Exceptions\\InvalidArgumentException in PHPDoc @throws tag but it''s not thrown\.$#'
identifier: throws.unusedType
count: 1
path: src/Graph/Nodes/Depth.php

-
message: '#^Method Rubix\\ML\\Graph\\Nodes\\Isolator\:\:__construct\(\) has Rubix\\ML\\Exceptions\\InvalidArgumentException in PHPDoc @throws tag but it''s not thrown\.$#'
identifier: throws.unusedType
count: 1
path: src/Graph/Nodes/Isolator.php

-
message: '#^Parameter \#1 \.\.\.\$arg1 of function max expects non\-empty\-array, array\<mixed\> given\.$#'
identifier: argument.type
Expand All @@ -486,12 +468,6 @@ parameters:
count: 1
path: src/Graph/Nodes/Isolator.php

-
message: '#^Method Rubix\\ML\\Graph\\Nodes\\Split\:\:__construct\(\) has Rubix\\ML\\Exceptions\\InvalidArgumentException in PHPDoc @throws tag but it''s not thrown\.$#'
identifier: throws.unusedType
count: 1
path: src/Graph/Nodes/Split.php

-
message: '#^Parameter \#1 \.\.\.\$arg1 of function max expects non\-empty\-array, list\<float\> given\.$#'
identifier: argument.type
Expand Down Expand Up @@ -624,12 +600,6 @@ parameters:
count: 1
path: src/Regressors/MLPRegressor.php

-
message: '#^Method Rubix\\ML\\Specifications\\SpecificationChain\:\:__construct\(\) has Rubix\\ML\\Exceptions\\InvalidArgumentException in PHPDoc @throws tag but it''s not thrown\.$#'
identifier: throws.unusedType
count: 1
path: src/Specifications/SpecificationChain.php

-
message: '#^Parameter \#2 \$callback of function array_walk expects callable\(array\<mixed\>, int\|string\)\: mixed, array\{\$this\(Rubix\\ML\\Transformers\\BooleanConverter\), ''convert''\} given\.$#'
identifier: argument.type
Expand Down

0 comments on commit f3c15d4

Please sign in to comment.