Skip to content

Commit 67145e5

Browse files
committed
Fix indentation
php/doc-en@312c0c7
1 parent 7529991 commit 67145e5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

language/types/callable.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 147b80d1974b969caad1db188a48f4bcd90f5eb8 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 312c0c7b39d0722c419f6784cbda24823220dfb3 Maintainer: mumumu Status: ready -->
44

55
<sect1 xml:id="language.types.callable">
66
<title>コールバック / Callable</title>
77

8-
<simpara>
8+
<simpara>
99
callable は、
1010
別の関数への引数として渡される関数またはメソッドを参照するものです。
1111
これらは、<type>callable</type> 型を宣言することで表されます。
12-
</simpara>
12+
</simpara>
1313
<informalexample>
1414
<programlisting role="php" annotations="non-interactive">
1515
<![CDATA[
@@ -88,7 +88,7 @@ function foo(callable $callback) {
8888
<title>
8989
<classname>Closure</classname> を使ったコールバックの例
9090
</title>
91-
<programlisting role="php">
91+
<programlisting role="php">
9292
<![CDATA[
9393
<?php
9494
// Using anonymous function syntax
@@ -290,7 +290,6 @@ Hello PHP!
290290
</sect2>
291291

292292
</sect1>
293-
294293
<!-- Keep this comment at the end of the file
295294
Local variables:
296295
mode: sgml

0 commit comments

Comments
 (0)