Procházet zdrojové kódy

Added space to appease maintaner.

Ben Lumley před 13 roky
rodič
revize
ff7573af2d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

@@ -616,7 +616,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
         $this->configureShowField($mapper); // deprecated, use configureShowFields instead
         $this->configureShowFields($mapper);
 
-        foreach($this->getExtensions() as $extension) {
+        foreach ($this->getExtensions() as $extension) {
             $extension->configureShowFields($mapper);
         }