File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 public : false
1414 class : Symfony\Component\Routing\RouteCollection
1515 factory : ['@routing.loader', 'load']
16- arguments : ['%kernel.project_dir%/% yaml.native.routes.file%']
16+ arguments : ['%yaml.native.routes.file%']
1717
1818 wp_ajax.initializer :
1919 class : Prokl\WpSymfonyRouterBundle\Services\NativeAjax\WpAjaxInitializer
Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ private function init() : void
6363 }
6464
6565 /**
66- * @param array|string|object $controller
66+ * Распарсить контроллер.
67+ *
68+ * @param array|string|object $controller Данные из конфигурационного файла.
6769 *
6870 * @return array|false|object|string|string[]|null
6971 * @throws RuntimeException Когда не получилось распарсить контроллер.
You can’t perform that action at this time.
0 commit comments