Add some PHPCS corrections

This commit is contained in:
2016-07-03 21:54:35 +02:00
parent dd2a6bd7d7
commit ab7887ce84
13 changed files with 238 additions and 200 deletions

View File

@@ -7,7 +7,8 @@ use Shikiryu\Backup\Transport\TransportAbstract;
use Shikiryu\Backup\Backup\Factory as BackupFactory;
use Shikiryu\Backup\Transport\Factory as TransportFactory;
class Scenario {
class Scenario
{
/* @var $backup BackupAbstract */
private $backup;
@@ -103,5 +104,4 @@ class Scenario {
isset($scenario['transport']) &&
count($scenario['transport']) === 1;
}
}
}