@@ -42,7 +42,7 @@ |
||
42 | 42 | $builder->add('category_id', 'entity', array( |
43 | 43 | 'class' => 'Eccube\Entity\Category', |
44 | 44 | 'property' => 'NameWithLevel', |
45 | - 'query_builder' => function (EntityRepository $er) { |
|
45 | + 'query_builder' => function(EntityRepository $er) { |
|
46 | 46 | return $er |
47 | 47 | ->createQueryBuilder('c') |
48 | 48 | ->orderBy('c.rank', 'DESC'); |
@@ -257,7 +257,7 @@ |
||
257 | 257 | } |
258 | 258 | |
259 | 259 | foreach ($readPaths as $readPath) { |
260 | - $filePath = $readPath . '/' . $fileName . '.twig'; |
|
260 | + $filePath = $readPath.'/'.$fileName.'.twig'; |
|
261 | 261 | $fs = new Filesystem(); |
262 | 262 | if ($fs->exists($filePath)) { |
263 | 263 | return array( |