Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c34b10

Browse files
committed
minor EasyCorp#3668 Declaration of configureAssets is not compatible with DashboardController (bijsterdee)
This PR was merged into the 3.0.x-dev branch. Discussion ---------- Declaration of configureAssets is not compatible with DashboardController Incorrect declaration in documentation, quick fix. Commits ------- d257b6f Declaration of configureAssets is not compatible with DashboardControllerInterface->configureAssets()
2 parents f30c112 + d257b6f commit 1c34b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ considered useful:
101101
{
102102
// ...
103103

104-
public function configureAssets(Assets $assets): Assets
104+
public function configureAssets(): Assets
105105
{
106106
return Assets::new()
107107
// ...

0 commit comments

Comments
 (0)