File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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?>
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
106105defined('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();
You can’t perform that action at this time.
0 commit comments