[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Use lowercase null for consistency
From:       Benjamin Morel via GitHub <noreply () php ! net>
Date:       2021-11-29 12:48:12
Message-ID: aU1dljSkDIY1JHR3Tzze2KvKxa9wqLQxaZcmwfYbMg () main ! php ! net
[Download RAW message or body]

Author: Benjamin Morel (BenMorel)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2021-11-29T13:48:57+01:00

Commit: https://github.com/php/doc-en/commit/06116ee1bf5f92dc34ac29849194d527e6860e21
Raw diff: https://github.com/php/doc-en/commit/06116ee1bf5f92dc34ac29849194d527e6860e21.diff

Use lowercase null for consistency

Closes GH-1158.

Changed paths:
  M  reference/url/functions/http-build-query.xml


Diff:

diff --git a/reference/url/functions/http-build-query.xml b/reference/url/functions/http-build-query.xml
index b8f5eb0670..993b661376 100644
--- a/reference/url/functions/http-build-query.xml
+++ b/reference/url/functions/http-build-query.xml
@@ -204,9 +204,9 @@ class parentClass {
     public    $pub      = 'publicParent';
     protected $prot     = 'protectedParent';
     private   $priv     = 'privateParent';
-    public    $pub_bar  = Null;
-    protected $prot_bar = Null;
-    private   $priv_bar = Null;
+    public    $pub_bar  = null;
+    protected $prot_bar = null;
+    private   $priv_bar = null;
 
     public function __construct(){
         $this->pub_bar  = new childClass();

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic