Skip to content

Commit 1444e0c

Browse files
committed
Fix code style
1 parent 44b8262 commit 1444e0c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"phpunit": "phpunit --verbose",
6161
"phan": "phan",
62-
"phpcs": "phpcs",
62+
"phpcs": "phpcs src tests",
6363
"phpcsf": "php-cs-fixer fix -v --diff --dry-run",
6464
"phpstan": "phpstan analyse src tests",
6565
"phpmd": "phpmd src text phpmd.xml",

tests/Phug/Split/Command/DistTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ public function testRun(bool $detachedHead, bool $verbose)
112112
'#[0m#[0;33mgit rev-parse --verify origin/master',
113113
"#[0m#[0;33m => $hash2",
114114
] : [], [
115-
'#[0m#[1;32mgit checkout master',
116-
"#[0m#[1;35mBuild distributed in {$path}dist",
117-
'#[0m',
118-
]));
115+
'#[0m#[1;32mgit checkout master',
116+
"#[0m#[1;35mBuild distributed in {$path}dist",
117+
'#[0m',
118+
]));
119119
$this->assertSame($expected, $output);
120120
$this->assertTrue($return);
121121
$this->assertSame('D', $contentD);

0 commit comments

Comments
 (0)