Skip to content

Commit 0e7277e

Browse files
committed
Static code analysis
1 parent d14b313 commit 0e7277e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/Fixtures/containers/interfaces1.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,3 @@
1111
$container->setDefinition('foo', $definition);
1212

1313
return $container;
14-
15-
if (!class_exists('FooClass')) {
16-
class FooClass
17-
{
18-
public $bar;
19-
20-
public function setBar($bar)
21-
{
22-
$this->bar = $bar;
23-
}
24-
}
25-
}

0 commit comments

Comments
 (0)