Skip to content

Commit 22822a6

Browse files
author
Jeremiah VALERIE
committed
Merge branch '0.9' into 0.10
2 parents c96e89b + a570a93 commit 22822a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resolver/TypeResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function postLoadSolution($solution)
122122
if ($solution && !$this->hasSolution($solution->name)) {
123123
$this->addSolution($solution->name, function () use ($solution) {
124124
return $solution;
125-
});
125+
}, [], ['id' => get_class($solution), 'alias' => $solution->name]);
126126
}
127127
}
128128

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<php>
3232
<ini name="error_reporting" value="E_ALL"/>
33-
<env name="SYMFONY_DEPRECATIONS_HELPER" value="50" />
33+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
3434
</php>
3535

3636
</phpunit>

0 commit comments

Comments
 (0)