Browse Source

Put the opening { in the new line

Put the opening { in the new line.
Jun Nakashima 10 years ago
parent
commit
e44fa69f12
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/View/View.php

+ 2 - 1
src/View/View.php

@@ -1061,7 +1061,8 @@ class View implements EventDispatcherInterface
      * @param string $name Name of file which should be inflected.
      * @return string File name after conversion
      */
-    protected function _inflectViewFileName($name) {
+    protected function _inflectViewFileName($name)
+    {
         return Inflector::underscore($name);
     }