Skip to content

Commit 7430fd0

Browse files
authored
Merge pull request #5 from misarji/ARCH-5212
ARCH-5212 - Upgrade TOL Legacy Repo (Lead Processor) to PHP Version 8.2.5
2 parents e6bd031 + da8099a commit 7430fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DWS/Helpers/WhiteSpace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @package DWS
1717
* @subpackage Helpers
1818
*/
19-
final class Whitespace
19+
final class WhiteSpace
2020
{
2121
/**
2222
* Returns the indentation level of the requested line.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"autoload": {
3535
"psr-4": {
36-
"DWS\\": "src"
36+
"DWS\\": "DWS"
3737
}
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)