2018-01-06 12:09:33 +00:00
parameters:
ignoreErrors:
- '#Phpml\\Dataset\\FilesDataset::__construct\(\) does not call parent constructor from Phpml\\Dataset\\ArrayDataset#'
2018-01-06 20:25:47 +00:00
# mocks
- '#PHPUnit_Framework_MockObject_MockObject#'
2018-01-06 12:09:33 +00:00
2018-01-06 20:25:47 +00:00
# wide range cases
- '#Call to function count\(\) with argument type array<int>\|Phpml\\Clustering\\KMeans\\Point will always result in number 1#'
- '#Parameter \#1 \$coordinates of class Phpml\\Clustering\\KMeans\\Point constructor expects array, array<int>\|Phpml\\Clustering\\KMeans\\Point given#'
2018-01-06 12:09:33 +00:00
# probably known value
2018-01-06 20:25:47 +00:00
- '#Variable \$j might not be defined#'
2018-01-06 12:09:33 +00:00
- '#Method Phpml\\Classification\\DecisionTree::getBestSplit\(\) should return Phpml\\Classification\\DecisionTree\\DecisionTreeLeaf but returns Phpml\\Classification\\DecisionTree\\DecisionTreeLeaf\|null#'
2018-01-06 20:25:47 +00:00
- '#Call to an undefined method Phpml\\Helper\\Optimizer\\Optimizer::getCostValues\(\)#'