Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit 3b247e9

Browse files
committed
bumped to 0.5.5 for Laravel 5.1
1 parent 4efaff5 commit 3b247e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Helpers/helpers.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function verbose($message)
1515
{
1616
$console = new ConsoleOutput();
1717
$console->getFormatter()->setStyle('info', new OutputFormatterStyle('blue', null));
18-
$console->writeln('<info>'.$message.'</info>');
18+
$console->writeln('<info>' . $message . '</info>');
1919
}
2020
}
2121

@@ -31,7 +31,7 @@ function error($message)
3131
{
3232
$console = new ConsoleOutput();
3333
$console->getFormatter()->setStyle('error', new OutputFormatterStyle('white', 'red'));
34-
$console->writeln('<error>'.$message.'</error>');
34+
$console->writeln('<error>' . $message . '</error>');
3535
}
3636
}
3737

@@ -55,6 +55,6 @@ function cli_header()
5555
\t\________|\_______/ \__| \__|
5656
\t Laravel Deploy Helper
5757
\tRamon Smit <rsmit@daltcore.com>
58-
\t\t 0.5.4\n";
58+
\t\t 0.5.5\n";
5959
}
6060
}

0 commit comments

Comments
 (0)