@@ -60,9 +60,6 @@ parameters:
6060 excludePaths :
6161 - src/cli/src/Flow/CLI/Command/*
6262 - src/core/etl/src/Flow/ETL/Formatter/ASCII/ASCIITable.php
63- - src/core/etl/src/Flow/ETL/Function/HTMLQuerySelectorAll.php
64- - src/core/etl/src/Flow/ETL/Function/HTMLQuerySelector.php
65- - src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php
6663 - src/core/etl/src/Flow/ETL/Sort/ExternalSort/RowsMinHeap.php
6764 - src/adapter/etl-adapter-avro/*
6865 - src/adapter/etl-adapter-elasticsearch/src/Flow/ETL/Adapter/Elasticsearch/ElasticsearchPHP/SearchResults.php
@@ -73,7 +70,6 @@ parameters:
7370 - src/lib/parquet/src/Flow/Parquet/ThriftModel/*
7471 - src/lib/parquet/src/Flow/Parquet/BinaryReader/*
7572 - src/lib/parquet/src/Flow/Parquet/Dremel/ColumnData/DefinitionConverter.php
76- - src/lib/types/src/Flow/Types/Type/Logical/HTMLType.php
7773
7874 tmpDir : var/phpstan/cache
7975
@@ -89,6 +85,61 @@ parameters:
8985 -
9086 function : ' dj()'
9187
88+ ignoreErrors :
89+ -
90+ message : ' #^Cloning object of an unknown class Dom\\HTMLDocument\.$#'
91+ identifier : class.notFound
92+ count : 1
93+ path : src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php
94+
95+ -
96+ message : ' #^Method Flow\\ETL\\Row\\Entry\\HTMLEntry\:\:definition\(\) has invalid return type Dom\\HTMLDocument\.$#'
97+ identifier : class.notFound
98+ count : 1
99+ path : src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php
100+
101+ -
102+ message : ' #^Method Flow\\ETL\\Row\\Entry\\HTMLEntry\:\:type\(\) has invalid return type Dom\\HTMLDocument\.$#'
103+ identifier : class.notFound
104+ count : 1
105+ path : src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php
106+
107+ -
108+ message : ' #^Method Flow\\ETL\\Row\\Entry\\HTMLEntry\:\:value\(\) has invalid return type Dom\\HTMLDocument\.$#'
109+ identifier : class.notFound
110+ count : 1
111+ path : src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php
112+
113+ -
114+ message : ' #^PHPDoc tag @implements has invalid type Dom\\HTMLDocument\.$#'
115+ identifier : class.notFound
116+ count : 1
117+ path : src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php
118+
119+ -
120+ message : ' #^Property Flow\\ETL\\Row\\Entry\\HTMLEntry\:\:\$type has unknown class Dom\\HTMLDocument as its type\.$#'
121+ identifier : class.notFound
122+ count : 1
123+ path : src/core/etl/src/Flow/ETL/Row/Entry/HTMLEntry.php
124+
125+ -
126+ message : ' #^Method Flow\\Types\\Type\\Logical\\HTMLType\:\:assert\(\) has invalid return type Dom\\HTMLDocument\.$#'
127+ identifier : class.notFound
128+ count : 1
129+ path : src/lib/types/src/Flow/Types/Type/Logical/HTMLType.php
130+
131+ -
132+ message : ' #^Method Flow\\Types\\Type\\Logical\\HTMLType\:\:cast\(\) has invalid return type Dom\\HTMLDocument\.$#'
133+ identifier : class.notFound
134+ count : 1
135+ path : src/lib/types/src/Flow/Types/Type/Logical/HTMLType.php
136+
137+ -
138+ message : ' #^PHPDoc tag @implements has invalid type Dom\\HTMLDocument\.$#'
139+ identifier : class.notFound
140+ count : 1
141+ path : src/lib/types/src/Flow/Types/Type/Logical/HTMLType.php
142+
92143includes :
93144 - tools/phpstan/vendor/spaze/phpstan-disallowed-calls/extension.neon
94145
0 commit comments