Skip to content

Commit 201db9d

Browse files
authored
Various sync with en (7541512acf899391b68c3b6bae66a4fcc65e6c4e) (#2044)
1 parent dea934c commit 201db9d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

language/enumerations.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: f4f96ef8b2a95283c92ea2183fe1dedf06f3ad22 Maintainer: pierrick Status: ready -->
2+
<!-- EN-Revision: 7541512acf899391b68c3b6bae66a4fcc65e6c4e Maintainer: pierrick Status: ready -->
33
<!-- Reviewed: no -->
44
<chapter xml:id="language.enumerations" xmlns="http://docbook.org/ns/docbook">
55
<title>Les énumérations</title>
@@ -818,7 +818,7 @@ function quux(ErrorCode $errorCode)
818818
// Quand écrit, ce code semble couvrir tous les cas de figure
819819
match ($errorCode) {
820820
ErrorCode::SOMETHING_BROKE => true,
821-
}
821+
};
822822
}
823823
824824
?>

reference/yaf/yaf-loader.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: yannick Status: ready -->
2+
<!-- EN-Revision: 7541512acf899391b68c3b6bae66a4fcc65e6c4e Maintainer: yannick Status: ready -->
43
<!-- Reviewed: no -->
54
<reference xml:id="class.yaf-loader" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
65

@@ -83,6 +82,7 @@ class Bootstrap extends Yaf_Bootstrap_Abstract{
8382
public function _initLoader($dispatcher) {
8483
Yaf_Loader::getInstance()->registerLocalNameSpace(array("Foo", "Bar"));
8584
}
85+
}
8686
?>
8787
]]>
8888
</programlisting>

reference/yaf/yaf_application/construct.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8bf3b3f0732d2b5c635f950e04e27a44b36f0cb0 Maintainer: yannick Status: ready -->
2+
<!-- EN-Revision: 7541512acf899391b68c3b6bae66a4fcc65e6c4e Maintainer: yannick Status: ready -->
43
<!-- Reviewed: no -->
54
<refentry xml:id="yaf-application.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
65
<refnamediv>
@@ -104,7 +103,7 @@ ap.modules=Index
104103
<![CDATA[
105104
<?php
106105
defined('APPLICATION_PATH') // APPLICATION_PATH sera utilisé dans le fichier de configuration ini
107-
|| define('APPLICATION_PATH', __DIR__));
106+
|| define('APPLICATION_PATH', __DIR__);
108107
109108
$application = new Yaf_Application(APPLICATION_PATH.'/conf/application.ini');
110109
$application->bootstrap()->run();

0 commit comments

Comments
 (0)