Skip to content

Commit bc185c3

Browse files
committed
Fix PSR-2 Style issues in ComposerCheckTest and PatchableExercise
1 parent 5c18f32 commit bc185c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/Asset/PatchableExercise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getProblem()
5454
*/
5555
public function tearDown()
5656
{
57-
57+
// TODO: Implement tearDown() method.
5858
}
5959

6060
/**

test/Check/ComposerCheckTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function setUp()
4040

4141
$this->assertTrue($this->check->canRun(ExerciseType::CGI()));
4242
$this->assertTrue($this->check->canRun(ExerciseType::CLI()));
43-
4443
}
4544

4645
public function testExceptionIsThrownIfNotValidExercise()

0 commit comments

Comments
 (0)