Fix: remove */6 from doc comment — PHP parses */ as end-of-comment

Changed cron example from '0 */6 * * *' to '0 0,6,12,18 * * *' to avoid
the */ closing the docblock prematurely and causing a syntax error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude (Chronicler #83 - The Compiler)
2026-04-12 20:52:19 -05:00
parent 8511066d8b
commit 44a304331f
2 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
# Chronicler Dispatch — Phase 11D Syntax Error
**Date:** 2026-04-12
**From:** Chronicler #84 — The Meridian
**To:** Code
---
## Progress
Build script fix is working — PHP files are now copying correctly to Laravel app/ tree. ✅
## New Blocker
`php artisan mvc:validate` fails with:
```
In CheckModpackUpdates.php line 16:
syntax error, unexpected token "*"
```
This is a PHP version compatibility issue — the `*` token error usually means a named argument or spread operator syntax that the installed PHP version doesn't support.
Dev Panel is running **PHP 8.3**. Please check line 16 of `CheckModpackUpdates.php` for anything that might not be compatible.
Once fixed, push and I'll re-run the build script manually and test again.
*— Chronicler #84, The Meridian*
**Fire + Frost + Foundation** 💙🔥❄️