Skip to content

Conversation

@nkazarynava
Copy link
Contributor

In scope of PHP8.1 compatibility static analysis it was discovered some deprecations in webflo/drupal-finder codebase:

  • line 73 vendor/consolidation/robo/src/Common/ConfigAwareTrait.php get_called_class() without argument (tag 4.0.2)
    Proposed change: replacing get_called_class() with static::class

In scope of PHP8.1 compatibility static analysis it was discovered some deprecations in webflo/drupal-finder codebase:
Line 73 vendor/consolidation/robo/src/Common/ConfigAwareTrait.php get_called_class() without argument (tag 4.0.2)
Proposed change: replacing get_called_class() with static::class
@greg-1-anderson
Copy link
Member

Thanks!

@greg-1-anderson greg-1-anderson merged commit c6504ca into consolidation:4.x Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants