Skip to content

Commit 466abe3

Browse files
committed
fix: correct indentation in toggle-theme.js for better readability.
1 parent da47178 commit 466abe3

File tree

5 files changed

+241
-255
lines changed

5 files changed

+241
-255
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ php -S localhost:8080 -t web
103103
root/
104104
├── config/ Configuration files
105105
│ ├── common/ Common configuration
106-
│ ├── console/ Console configuration
106+
│ ├── console/ Console configuration
107107
│ ├── web/ Web configuration
108108
│ └── messages.php Translation config
109109
├── src/
@@ -171,7 +171,7 @@ final class SiteController extends Controller
171171
For detailed configuration options and advanced usage:
172172

173173
- 📚 [Installation Guide](docs/installation.md)
174-
- ⚙️ [Configuration Reference](docs/configuration.md)
174+
- ⚙️ [Configuration Reference](docs/configuration.md)
175175
- 🧪 [Testing Guide](docs/testing.md)
176176
- 📸 [Screenshots](docs/screenshots.md)
177177

composer-require-checker.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"symbol-whitelist": [
3-
"YII_ENV"
4-
]
2+
"symbol-whitelist": ["YII_ENV"]
53
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=8.1",
1515
"php-forge/foxy": "^0.1",
16-
"ui-awesome/html-svg":"^0.2",
16+
"ui-awesome/html-svg": "^0.2",
1717
"vlucas/phpdotenv": "^5.6",
1818
"yiisoft/yii2": "^2.0.53|^22",
1919
"yiisoft/yii2-bootstrap5": "^2.0.50|^22"

0 commit comments

Comments
 (0)