Skip to content

Commit c53506b

Browse files
committed
Sturcture improvements
1 parent 2dc69f2 commit c53506b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+93
-83
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@
2828
},
2929
"autoload": {
3030
"psr-4": {
31-
"MaplePHP\\DTO\\": ""
32-
},
33-
"files": [
34-
"helpers.php"
35-
]
31+
"MaplePHP\\DTO\\": "src"
32+
}
3633
},
3734
"minimum-stability": "dev",
3835
"require-dev": {

helpers.php

Lines changed: 0 additions & 71 deletions
This file was deleted.
File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ public function __construct(mixed $value)
2929
parent::__construct(new \DateTime($value));
3030
}
3131

32+
/**
33+
* Add translation
34+
*
35+
* @param string $langCode
36+
* @return $this
37+
*/
38+
public function setLanguage(string $langCode): self
39+
{
40+
return $this;
41+
}
42+
3243
/**
3344
* Format date data
3445
* @param string $format
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)