We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 599862a commit 5db41f5Copy full SHA for 5db41f5
lib/Domain/ChainClassToFile.php
@@ -4,6 +4,11 @@
4
5
class ChainClassToFile implements ClassToFile
6
{
7
+ /**
8
+ * @var array
9
+ */
10
+ private $converters = [];
11
+
12
public function __construct(array $converters)
13
14
foreach ($converters as $converter) {
lib/Domain/ChainFileToClass.php
class ChainFileToClass implements FileToClass
0 commit comments