Skip to content

Commit c36a7ba

Browse files
committed
feat(datetime): introduce DateTime component
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent a4bd1e9 commit c36a7ba

File tree

112 files changed

+7637
-411
lines changed

Some content is hidden

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

112 files changed

+7637
-411
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ compare-benchmark-to-reference:
2222
./vendor/bin/phpbench run --config config/phpbench.json --ref=benchmark_reference
2323

2424
static-analysis: ## run static analysis checks
25-
./vendor/bin/psalm -c config/psalm.xml --show-info=true --no-cache --threads=1
26-
./vendor/bin/psalm -c config/psalm.xml tests/static-analysis --no-cache --threads=1
25+
./vendor/bin/psalm -c config/psalm.xml --show-info=true --no-cache --threads=2
26+
./vendor/bin/psalm -c config/psalm.xml tests/static-analysis --no-cache --threads=2
2727

2828
type-coverage: ## send static analysis type coverage metrics to https://shepherd.dev/
2929
./vendor/bin/psalm -c config/psalm.xml --shepherd --stats --threads=1

0 commit comments

Comments
 (0)