- šŖšØEcuador jwilson3
Patch no longer applied.
āÆ wget https://www.drupal.org/files/issues/2019-08-08/3073455-2.patch āÆ git apply 3073455-2.patch error: patch failed: src/Plugin/Field/FieldWidget/ThemeFieldWidget.php:32 error: src/Plugin/Field/FieldWidget/ThemeFieldWidget.php: patch does not apply
Furthermore:
- In the case of unused foreach variable
$theme_field_name
, phpmd no longer reports unused foreach variables https://github.com/phpmd/phpmd/pull/198 - In the case of unused variable
$info
in ThemeFieldWidget.php, that variable no longer exists.
Therefore the remaining code change from the original scope amounts to a single commit to remove the unused
$applies
.I also noticed an intelliphense warning of an Undefined variable $page_entity, which I've also fixed here.
- In the case of unused foreach variable
-
jwilson3 ā
committed c90a7dcb on 8.x-1.x
Issue #3073455 by jwilson3: Fix undefined variable $page_entity
-
jwilson3 ā
committed c90a7dcb on 8.x-1.x
-
jwilson3 ā
committed 8932c6f8 on 8.x-1.x authored by
vuil ā
Issue #3073455 by vuil, jwilson3: Remove unused variables
-
jwilson3 ā
committed 8932c6f8 on 8.x-1.x authored by
vuil ā
- Status changed to Fixed
about 1 year ago 11:22am 24 August 2023 -
jwilson3 ā
committed c62aba60 on 8.x-1.x
Issue #3073455 by vuil, jwilson3: Remove unused variables
-
jwilson3 ā
committed c62aba60 on 8.x-1.x
Automatically closed - issue fixed for 2 weeks with no activity.