You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->output->addMessage(Output::NOTICE, sprintf("Found an SWF file (%s), please make sure to include the source files for it, as required by the GPL.", basename($fileName)), null, true);
196
+
$this->output->addMessage(Output::NOTICE, sprintf("Found an SWF file (%s), please make sure to include the source files for it, as required by the GPL.", basename($fileName)));
201
197
202
198
returnnewBinaryFile($this->debug, $fileName);
203
199
case'ds_store':
204
-
$this->output->addMessage(Output::ERROR, sprintf("Found an OS X specific file at %s, please make sure to remove it prior to submission.", $fileName), null, true);
200
+
$this->output->addMessage(Output::ERROR, sprintf("Found an OS X specific file at %s, please make sure to remove it prior to submission.", $fileName));
@@ -26,7 +25,7 @@ public function __construct($debug, OutputInterface $output, $basedir, $namespac
26
25
if (!$titania)
27
26
{
28
27
$ns = ''; // Skip checking full directory structure on EPV.
29
-
$this->output->addMessage(Output::NOTICE, "Important: The full directory structure is not tested. See the extension validation guidelines for the full directory structure.", null, true);
28
+
$this->output->addMessage(Output::NOTICE, "Important: The full directory structure is not tested. See the extension validation guidelines for the full directory structure.");
30
29
}
31
30
else
32
31
{
@@ -37,8 +36,6 @@ public function __construct($debug, OutputInterface $output, $basedir, $namespac
0 commit comments