didou           Thu Jan 15 07:43:36 2004 EDT

  Modified files:              
    /phpdoc/en/reference/url/functions  http-build-query.xml 
  Log:
  CS : Function declarations follow the 'one true brace' convention
  
Index: phpdoc/en/reference/url/functions/http-build-query.xml
diff -u phpdoc/en/reference/url/functions/http-build-query.xml:1.5 
phpdoc/en/reference/url/functions/http-build-query.xml:1.6
--- phpdoc/en/reference/url/functions/http-build-query.xml:1.5  Fri Dec 19 10:50:01 
2003
+++ phpdoc/en/reference/url/functions/http-build-query.xml      Thu Jan 15 07:43:36 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.http-build-query">
    <refnamediv>
     <refname>http_build_query</refname>
@@ -115,7 +115,8 @@
   var $foo;
   var $baz;
   
-  function myClass() {
+  function myClass() 
+  {
     $this->foo = 'bar';
     $this->baz = 'boom';
   }

Reply via email to