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 23e13eb

Browse filesBrowse files
committed
Restore memoization
I must have inadvertently dropped it in 1c73f9c
1 parent 2b8e441 commit 23e13eb
Copy full SHA for 23e13eb

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/Bridge/PhpUnit/DeprecationErrorHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private function getConfiguration()
216216
return $this->configuration;
217217
}
218218
if (false === $mode = $this->mode) {
219-
$mode = getenv('SYMFONY_DEPRECATIONS_HELPER');
219+
$mode = $this->mode = getenv('SYMFONY_DEPRECATIONS_HELPER');
220220
}
221221
if ('strict' === $mode) {
222222
return $this->configuration = Configuration::inStrictMode();

0 commit comments

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