Skip to content

Commit

Permalink
Sync declare statement documentation with EN (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Dec 12, 2023
1 parent 534043d commit e1ecc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/control-structures/declare.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 17297101a4e423420de52d6ef389403bfbd3cf7f Maintainer: yannick Status: ready -->
<!-- EN-Revision: 28529d3539b850e870e3aa97570f4db0e53daa03 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<sect1 xml:id="control-structures.declare" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down Expand Up @@ -125,7 +125,7 @@ $a = 1; // causes a tick event
if ($a > 0) {
$a += 2; // causes a tick event
print($a); // causes a tick event
print $a; // causes a tick event
}
?>
Expand Down

0 comments on commit e1ecc92

Please sign in to comment.