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 a620c04 commit 4af2adeCopy full SHA for 4af2ade
setup/src/Magento/Setup/Console/Command/GenerateFixturesCommand.php
@@ -155,6 +155,11 @@ private function clearChangelog()
155
}
156
157
158
+ /**
159
+ * @param \Magento\Setup\Fixtures\Fixture $fixture
160
+ * @param OutputInterface $output
161
+ * @return void
162
+ */
163
private function executeFixture(\Magento\Setup\Fixtures\Fixture $fixture, OutputInterface $output)
164
{
165
$output->write('<info>' . $fixture->getActionTitle() . '... </info>');
0 commit comments