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
With Drupal core moving towards strict types, more info we should fix the remaining errors suppressed in the phpstan baseline.
------ -------------------------------------------------------------------
Line modules/contrib/localgov_directories/localgov_directories.install
------ -------------------------------------------------------------------
195 Call to function array_search() requires parameter #3 to be set.
------ -------------------------------------------------------------------
------ ------------------------------------------------------------------
Line modules/contrib/localgov_directories/localgov_directories.module
------ ------------------------------------------------------------------
85 Call to function in_array() requires parameter #3 to be set.
------ ------------------------------------------------------------------
------ ---------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/modules/localgov_directories_db/tests/Kernel/InstallTest.php
------ ---------------------------------------------------------------------------------------------------
42 Call to method Drupal\KernelTests\KernelTestBase::setUp() with incorrect case: setup
------ ---------------------------------------------------------------------------------------------------
------ -----------------------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/modules/localgov_directories_location/localgov_directories_location.module
------ -----------------------------------------------------------------------------------------------------------------
65 Call to function in_array() requires parameter #3 to be set.
------ -----------------------------------------------------------------------------------------------------------------
------ ---------------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/modules/localgov_directories_location/src/ProximitySearchSetup.php
------ ---------------------------------------------------------------------------------------------------------
86 Call to function in_array() requires parameter #3 to be set.
------ ---------------------------------------------------------------------------------------------------------
------ -------------------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/modules/localgov_directories_or/src/FacetMapping.php
------ -------------------------------------------------------------------------------------------
79 Call to function in_array() requires parameter #3 to be set.
95 Call to function in_array() requires parameter #3 to be set.
------ -------------------------------------------------------------------------------------------
------ ------------------------------------------------------------------
Line modules/contrib/localgov_directories/src/ConfigurationHelper.php
------ ------------------------------------------------------------------
447 Call to function in_array() requires parameter #3 to be set.
472 Call to function array_search() requires parameter #3 to be set.
------ ------------------------------------------------------------------
------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/src/Plugin/Block/ChannelSearchBlock.php
------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
183 Parameter #2 $callback of function array_reduce expects callable(array<string>, Drupal\Core\Entity\EntityInterface): array<string>, Closure(array, Drupal\node\NodeInterface): array<string> given.
------ -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------ ----------------------------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/src/Plugin/facets/query_type/LocalGovDirectoriesQueryType.php
------ ----------------------------------------------------------------------------------------------------
27 Variable $query in empty() always exists and is not falsy.
51 Variable $bundle might not be defined.
96 Call to function in_array() requires parameter #3 to be set.
160 Call to function in_array() requires parameter #3 to be set.
190 Call to function in_array() requires parameter #3 to be set.
------ ----------------------------------------------------------------------------------------------------
------ -------------------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/tests/src/Functional/FacetsTest.php
------ -------------------------------------------------------------------------------------------
83 Method Drupal\Tests\BrowserTestBase::drupalLogout() invoked with 1 parameter, 0 required.
------ -------------------------------------------------------------------------------------------
------ ------------------------------------------------------------------------------
Line modules/contrib/localgov_directories/tests/src/Unit/FacetPreprocessTest.php
------ ------------------------------------------------------------------------------
70 Call to method Drupal\Tests\UnitTestCase::setUp() with incorrect case: setup
------ ------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
With Drupal core moving towards strict types, more info we should fix the remaining errors suppressed in the phpstan baseline.
The text was updated successfully, but these errors were encountered: