[DOC-CVS] [doc-en] master: Fix indentation
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2025-11-04T05:36:31Z
Commit: https://github.com/php/doc-en/commit/312c0c7b39d0722c419f6784cbda24823220dfb3
Raw diff: https://github.com/php/doc-en/commit/312c0c7b39d0722c419f6784cbda24823220dfb3.diff
Fix indentation
Changed paths:
M language/types/callable.xml
Diff:
diff --git a/language/types/callable.xml b/language/types/callable.xml
index 3d0d4e900e48..1b9fa4aa8ebc 100644
--- a/language/types/callable.xml
+++ b/language/types/callable.xml
@@ -3,11 +3,11 @@
<sect1 xml:id="language.types.callable">
<title>Callables</title>
-<simpara>
+ <simpara>
A callable is a reference to a function or method that is passed to
another function as an argument.
They are represented with the <type>callable</type> type declaration.
-</simpara>
+ </simpara>
<informalexample>
<programlisting role="php" annotations="non-interactive">
<![CDATA[
@@ -81,7 +81,7 @@ function foo(callable $callback) {
<title>
Callback example using a <classname>Closure</classname>
</title>
- <programlisting role="php">
+ <programlisting role="php">
<![CDATA[
<?php
// Using anonymous function syntax
@@ -277,7 +277,6 @@ Hello PHP!
</sect2>
</sect1>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml