We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f357d commit c4068d9Copy full SHA for c4068d9
src/Symfony/Component/Console/Style/SymfonyStyle.php
@@ -294,7 +294,7 @@ public function createProgressBar($max = 0)
294
{
295
$progressBar = parent::createProgressBar($max);
296
297
- if ('\\' === DIRECTORY_SEPARATOR) {
+ if ('\\' !== DIRECTORY_SEPARATOR) {
298
$progressBar->setEmptyBarCharacter('░'); // light shade character \u2591
299
$progressBar->setProgressCharacter('');
300
$progressBar->setBarCharacter('▓'); // dark shade character \u2593
0 commit comments