Commit Graph

3 Commits

Author SHA1 Message Date
Donald Pinckney 30081f1e56 Fix correctness issues in PHP reference files
- patterns.md: Fixed dynamic handler params (array -> ValuesInterface),
  continueAsNew signature (added yield, string type + array args),
  heartbeat details API (hasHeartbeatDetails + typed getHeartbeatDetails)
- data-handling.md: Fixed SearchAttributeKey import path (added
  SearchAttributes sub-namespace), TypedSearchAttributes::new() +
  withSearchAttribute(), valueSet() instead of withValue()

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 18:49:40 -04:00
Donald Pinckney 2401665931 Fix PHP alignment issues from self-review
- Renamed sections to match Python reference style (6 section name fixes)
- observability.md: replaced full Search Attributes content with ref to data-handling.md
- gotchas.md: removed extra subsection already covered in php.md
- versioning.md: expanded Worker Versioning to match Python verbosity

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 18:39:37 -04:00
Donald Pinckney a29db01df8 Add all PHP SDK reference files (11 files)
Created PHP reference content for: patterns, testing, error-handling,
determinism, determinism-protection, versioning, data-handling,
observability, advanced-features, gotchas, and php.md (language entry).
Code-first style matching Python reference.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 18:31:53 -04:00