Skip to content

Fix E_STRCT typo in config-sample.php#2

Merged
mmiermans merged 1 commit intomasterfrom
fix/e-strict-typo
Feb 20, 2026
Merged

Fix E_STRCT typo in config-sample.php#2
mmiermans merged 1 commit intomasterfrom
fix/e-strict-typo

Conversation

@mmiermans
Copy link
Owner

Summary

  • E_STRCT is not a valid PHP constant, should be E_STRICT
  • PHP emits an undefined constant warning and strict mode warnings are silently not enabled

Test plan

  • Verify no PHP warning about undefined constant on startup

E_STRCT is not a valid PHP constant. Should be E_STRICT.
PHP would emit an undefined constant warning and strict mode
warnings would not be enabled as intended.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mmiermans mmiermans merged commit 333450e into master Feb 20, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant