Skip to content

Commit

Permalink
Update types.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePastore committed Feb 6, 2025
1 parent 8318875 commit 528dc60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions language/types.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 5fccbe5195820cd9ec0045674312ec567ef5f6ed Maintainer: pastore Status: ready -->
<!-- EN-Revision: f908fff129bcd8ec1605658e06457cb04e5b2b51 Maintainer: pastore Status: ready -->
<!-- Reviewed: no Maintainer: cucinato -->
<!-- CREDITS: cucinato -->
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -30,6 +30,8 @@
fase di esecuzione. Tuttavia, è possibile tipizzare staticamente alcuni aspetti del
linguaggio tramite l'uso delle
<link linkend="language.types.declarations">dichiarazioni dei tipi</link>.
I diversi tipi supportati dal sistema di tipi di PHP possono essere trovati nella
pagina <link linkend="language.types.type-system">sistema di tipi</link>.
</para>

<para>
Expand Down Expand Up @@ -131,7 +133,7 @@ int(16)
&language.types.void;
&language.types.never;
&language.types.relative-class-types;
&language.types.value;
&language.types.singleton;
&language.types.iterable;
&language.types.declarations;
&language.types.type-juggling;
Expand Down

0 comments on commit 528dc60

Please sign in to comment.