Przeglądaj źródła

[FrameworkBundle] fixed indentation

fivestar 15 lat temu
rodzic
commit
f131ac4f15

+ 4 - 4
src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/application/generic/Cache.php

@@ -6,8 +6,8 @@ use Symfony\Framework\Cache\Cache;
 
 class {{ class }}Cache extends Cache
 {
-  protected function getOptions()
-  {
-    return array();
-  }
+    protected function getOptions()
+    {
+        return array();
+    }
 }