Closed (fixed)
Project:
Select Icons
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2022 at 10:38 UTC
Updated:
6 Mar 2022 at 11:14 UTC
Jump to comment: Most recent
------ -------------------------------------------------------------------------------------------------------------------
Line modules/custom/select_icons/select_icons.module
------ -------------------------------------------------------------------------------------------------------------------
9 Function select_icons_theme() has no return type specified.
9 Function select_icons_theme() has parameter $existing with no type specified.
9 Function select_icons_theme() has parameter $path with no type specified.
9 Function select_icons_theme() has parameter $theme with no type specified.
9 Function select_icons_theme() has parameter $type with no type specified.
32 Function template_preprocess_select_icons() has no return type specified.
32 Function template_preprocess_select_icons() has parameter $variables with no type specified.
32 PHPDoc tag @param has invalid value ($variables
An associative array containing:
- element: An associative array containing the properties of the element.
Properties used: #title, #value, #options, #description, #extra,
#multiple, #required, #name, #attributes, #size.): Unexpected token "$variables", expected type at offset 348
50 Function select_icons_library_info_alter() has no return type specified.
50 Function select_icons_library_info_alter() has parameter $extension with no type specified.
50 Function select_icons_library_info_alter() has parameter $libraries with no type specified.
------ -------------------------------------------------------------------------------------------------------------------
------ -----------------------------------------------------------------------------------------------------------------
Line modules/custom/select_icons/tests/modules/select_icons_test/src/Form/SelectIconsFormElementTestForm.php
------ -----------------------------------------------------------------------------------------------------------------
43 Method Drupal\select_icons_test\Form\SelectIconsFormElementTestForm::submitForm() has no return type specified.
------ -----------------------------------------------------------------------------------------------------------------
------ --------------------------------------------------------------------------------------------------
Line modules/custom/select_icons/tests/src/FunctionalJavascript/SelectIconsElementIntegrationTest.php
------ --------------------------------------------------------------------------------------------------
Class Drupal\FunctionalJavascriptTests\JavascriptTestBase not found.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
12 Class Drupal\FunctionalJavascriptTests\JavascriptTestBase not found.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
------ --------------------------------------------------------------------------------------------------
Comments
Comment #3
grimreaper