Skip to content

Commit d776524

Browse files
committed
minor #10078 Fixing syntax error (weaverryan)
This PR was merged into the 3.4 branch. Discussion ---------- Fixing syntax error Reported on Slack by magnus! Commits ------- 3107226 Fixing syntax error
2 parents 33262be + 3107226 commit d776524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/asset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In those cases, use the
161161
use Symfony\Component\Asset\Package;
162162
use Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy;
163163

164-
$package = new Package(new JsonManifestVersionStrategy(__DIR__'./rev-manifest.json'));
164+
$package = new Package(new JsonManifestVersionStrategy(__DIR__.'/rev-manifest.json'));
165165

166166
echo $package->getUrl('css/app.css');
167167
// result: build/css/app.b916426ea1d10021f3f17ce8031f93c2.css

0 commit comments

Comments
 (0)