Skip to content

[Sync EN] use entities for boolean/null constants (#854)#876

Merged
PhilDaiguille merged 1 commit into
php:masterfrom
lacatoire:fix/sync-en-854
Jul 22, 2026
Merged

[Sync EN] use entities for boolean/null constants (#854)#876
PhilDaiguille merged 1 commit into
php:masterfrom
lacatoire:fix/sync-en-854

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Remplace <literal>true/false/null</literal> par les entités standard &true;/&false;/&null; là où ils désignent les constantes PHP booléennes ou null. Harmonise également <para> en <simpara> pour les blocs simplifiés (21 fichiers).

Closes #854

@lacatoire lacatoire changed the title fix: utiliser les entités &true;/&false;/&null; pour les constantes booléennes/null fix(sync-en): use entities for boolean/null constants (#854) Jul 20, 2026
@lacatoire lacatoire changed the title fix(sync-en): use entities for boolean/null constants (#854) [Sync EN] fix(sync-en): use entities for boolean/null constants (#854) Jul 20, 2026
@lacatoire lacatoire changed the title [Sync EN] fix(sync-en): use entities for boolean/null constants (#854) [Sync EN] use entities for boolean/null constants (#854) Jul 20, 2026
@PhilDaiguille
PhilDaiguille merged commit af67d49 into php:master Jul 22, 2026
4 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.

[Sync EN] Use &true;/&false;/&null; entities for boolean/null constants (#5641)

2 participants