Skip to content

Commit 15ceb18

Browse files
[Bridge/ProxyManager] Relax test to allow protected factories on master
1 parent 531b294 commit 15ceb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service_structure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use %a
44
class LazyServiceProjectServiceContainer extends Container
55
{%a
6-
public function getFooService($lazyLoad = true)
6+
p%s function getFooService($lazyLoad = true)
77
{
88
if ($lazyLoad) {
99

0 commit comments

Comments
 (0)