Run php-cs-fixer with new configuration.

This commit is contained in:
Daniele Alessandri
2015-07-24 23:05:30 +02:00
parent 35e97967fd
commit 8dd9893a2f
59 changed files with 93 additions and 89 deletions
+1 -1
View File
@@ -81,5 +81,5 @@ $hashes = $client->hmgetall('metavars', 'servers');
$replication = $client->getConnection();
$stillOnSlave = $replication->getCurrent() === $replication->getConnectionById('slave');
echo "Is still on slave? ", $stillOnSlave ? 'YES!' : 'NO!', PHP_EOL;
echo 'Is still on slave? ', $stillOnSlave ? 'YES!' : 'NO!', PHP_EOL;
var_export($hashes);