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
Copy file name to clipboardExpand all lines: UPGRADE.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,17 @@ of the EasyAdmin application.
14
14
// After
15
15
{{ ea().i18n.translationDomain }}
16
16
17
-
18
17
EasyAdmin 4.24.8
19
18
----------------
20
19
21
-
PHPStan will report an error if a class extends `AbstractCrudController` without declaring the type of the entity:
20
+
Starting with this version, PHPStan will report an error if a class extends
21
+
`AbstractCrudController` without specifying the entity type:
22
22
23
-
> Class App\Controller\Admin\UserCrudController extends generic class EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController but does not specify its types: TEntity
23
+
> Class App\Controller\Admin\UserCrudController extends generic class
0 commit comments