File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,15 +244,15 @@ the directory of the environment you're using (most commonly ``dev/`` while
244244developing and debugging). While it can vary, the ``var/cache/dev/ `` directory
245245includes the following:
246246
247- ``appDevDebugProjectContainer .php ``
247+ ``srcApp_KernelDevDebugContainer .php ``
248248 The cached "service container" that represents the cached application
249249 configuration.
250250
251- ``appDevUrlGenerator .php ``
251+ ``UrlGenerator .php ``
252252 The PHP class generated from the routing configuration and used when
253253 generating URLs.
254254
255- ``appDevUrlMatcher .php ``
255+ ``UrlMatcher .php ``
256256 The PHP class used for route matching - look here to see the compiled regular
257257 expression logic used to match incoming URLs to different routes.
258258
You can’t perform that action at this time.
0 commit comments