Skip to content

Commit ce286a5

Browse files
committed
implement StrUtility class
1 parent 7fd2ccb commit ce286a5

File tree

3 files changed

+389
-9
lines changed

3 files changed

+389
-9
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
"autoload": {
3232
"psr-4": {
3333
"PhpStringHelpers\\": "src/"
34-
},
35-
"files": [
36-
"src/PhpStringHelpers.php"
37-
]
34+
}
3835
},
3936
"autoload-dev": {
4037
"psr-4": {
@@ -45,4 +42,4 @@
4542
"test": "vendor/bin/phpunit",
4643
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4744
}
48-
}
45+
}

src/PhpStringHelpers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<?php
22

3-
declare(strict_types=1);

0 commit comments

Comments
 (0)