Skip to content

Commit 8be228a

Browse files
authored
Merge pull request #12 from vedmant/analysis-lKrK4J
Apply fixes from StyleCI
2 parents 0f01500 + 3934da2 commit 8be228a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Shortcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function atts(): array
7676
}
7777

7878
/**
79-
* Validate and return attributes
79+
* Validate and return attributes.
8080
*
8181
* @param array $rules
8282
* @return array

tests/Unit/ShortcodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testValidation()
4848
try {
4949
$shortcode->render(null);
5050
$this->fail('Expected ValidationException not thrown');
51-
} catch(ValidationException $e) {
51+
} catch (ValidationException $e) {
5252
$this->assertCount(3, $e->errors());
5353
}
5454
}

0 commit comments

Comments
 (0)