We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1b320 commit 12c509fCopy full SHA for 12c509f
.github/workflows/tests.yml
@@ -137,10 +137,6 @@ jobs:
137
if: matrix.coding-standards
138
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
139
140
- - name: Check license year
141
- if: matrix.coding-standards
142
- run: cat LICENSE |grep -E "\(c\) ([0-9]+\-)*`date +%Y`"
143
-
144
- name: Run PHPStan
145
if: matrix.static-analysis
146
run: php vendor/bin/phpstan --no-progress --error-format=github
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2021-2025 E-COMMIT
+Copyright (c) 2021-present E-COMMIT
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments