Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 2e0d20a

Browse files
committed
Added trailing newline (Sensiolabs Insight violation)
1 parent d7a9ec4 commit 2e0d20a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor/*
22
nbproject/*
3-
phpunit.xml
3+
phpunit.xml
4+

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
THE SOFTWARE.
19+
THE SOFTWARE.
20+

phpunit.xml.dist

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
colors = "true"
44
stopOnFailure = "false"
55
bootstrap = "tests/bootstrap.php">
6-
6+
77
<testsuites>
88
<testsuite name="Basic Tests">
99
<directory>tests</directory>
1010
</testsuite>
1111
</testsuites>
12-
13-
</phpunit>
12+
13+
</phpunit>
14+

0 commit comments

Comments
 (0)