Closed (fixed)
Project:
APNs PHP
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2026 at 12:57 UTC
Updated:
27 Jun 2026 at 13:10 UTC
Jump to comment: Most recent
Claude Opus 4.8 identified a bug:
Empty certificate paths bypass the intended exception.
apns_php/src/Service/ApnsPhpMessagingService.php:76 rejects only NULL, while installed configuration uses an empty string. Pushok will consequently throw a different low-level exception. anata/dev/apns_php/tests/src/Kernel/ApnsPhpCredentialsResolutionTest.php:50 stops before testing this guard or successful construction
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
ptmkenny commented