Skip to content

Commit 51f429c

Browse files
committed
fix code style
1 parent 667d1e0 commit 51f429c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
while ($iterator->valid()) {
1616
$item = $iterator->current();
1717

18-
if($item->isFile()) {
18+
if ($item->isFile()) {
1919
require_once $path . DIRECTORY_SEPARATOR . $item->getFilename();
2020
}
2121

src/IP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
declare(strict_types = 1);
3+
declare(strict_types=1);
44

55
namespace cse\helpers;
66

0 commit comments

Comments
 (0)