Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b88f950

Browse filesBrowse files
minor #32082 [CACHE] Correct required file added in #32054 (andersonamuller)
This PR was merged into the 4.4 branch. Discussion ---------- [CACHE] Correct required file added in #32054 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #32054 | License | MIT | Doc PR | symfony/symfony-docs Just a little fix of the filename required for the preload feature. Commits ------- d04a3b3 [CACHE] Correct required file added in #32054
2 parents 411ad97 + d04a3b3 commit b88f950
Copy full SHA for b88f950

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Cache/Exception/LogicException.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Exception/LogicException.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Psr\SimpleCache\LogicException as SimpleCacheInterface;
1515

1616
if (interface_exists(SimpleCacheInterface::class)) {
17-
require __DIR__.\DIRECTORY_SEPARATOR.'LogicException-psr16.php';
17+
require __DIR__.\DIRECTORY_SEPARATOR.'LogicException+psr16.php';
1818
} else {
1919
require __DIR__.\DIRECTORY_SEPARATOR.'LogicException-psr16.php';
2020
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.