We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca8627 commit e803a34Copy full SHA for e803a34
components/config/caching.rst
@@ -38,8 +38,8 @@ should be regenerated::
38
$resources = array();
39
40
foreach ($yamlUserFiles as $yamlUserFile) {
41
- // see the next article "Loading resources" to
42
- // see where $delegatingLoader comes from
+ // see the article "Loading resources" to
+ // know where $delegatingLoader comes from
43
$delegatingLoader->load($yamlUserFile);
44
$resources[] = new FileResource($yamlUserFile);
45
}
0 commit comments