Add EntityInterface return typehints to protected test helper methods

Created on 27 August 2024, 3 months ago

Problem/Motivation

See 🌱 Add return typehints to protected test helper methods Active

Steps to reproduce

Add this to phpcs.xml.dist

<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint">
  <include-pattern>*/tests/*</include-pattern>
</rule>

Run composer phpcbf

Grep the git diff output for changes that add : EntityInterface to protected or private methods:

git diff 11.x | grep -E "\+  (protected|private) function .*)\: EntityInterface"

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

📌 Task
Status

Active

Version

11.0 🔥

Component
PHPUnit 

Last updated about 2 hours ago

Created by

🇦🇺Australia mstrelan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024