Browse Source

Merge pull request #2812 from EmmanuelVella/variable

Rename variable in AdminExtension
Thomas 10 years ago
parent
commit
5a69de406d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Admin/AdminExtension.php
  2. 1 1
      Admin/AdminExtensionInterface.php

+ 1 - 1
Admin/AdminExtension.php

@@ -43,7 +43,7 @@ abstract class AdminExtension implements AdminExtensionInterface
     /**
     /**
      * {@inheritdoc}
      * {@inheritdoc}
      */
      */
-    public function configureShowFields(ShowMapper $filter)
+    public function configureShowFields(ShowMapper $show)
     {}
     {}
 
 
     /**
     /**

+ 1 - 1
Admin/AdminExtensionInterface.php

@@ -43,7 +43,7 @@ interface AdminExtensionInterface
     /**
     /**
      * @param ShowMapper $filter
      * @param ShowMapper $filter
      */
      */
-    public function configureShowFields(ShowMapper $filter);
+    public function configureShowFields(ShowMapper $show);
 
 
     /**
     /**
      * @param AdminInterface  $admin
      * @param AdminInterface  $admin