Skip to content

Commit d2dd7a4

Browse files
author
Martin Brecht-Precht
committed
Fixed some code styling issues.
1 parent ffcb5e2 commit d2dd7a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.codeclimate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ ratings:
2727
- "**.rb"
2828
exclude_paths:
2929
- test/
30-
- vendor/
30+
- vendor/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ Contributing to our projects is always very appreciated.
191191

192192
## License
193193

194-
PHP Stack Util is under the MIT license.
194+
PHP Stack Util is under the MIT license.

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
</exclude>
1515
</whitelist>
1616
</filter>
17-
</phpunit>
17+
</phpunit>

src/StackInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ public function push($item);
3939
*/
4040
public function pop();
4141

42-
}
42+
}

0 commit comments

Comments
 (0)