fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15211] fix type hinting


From: sigurdne
Subject: [Fmsystem-commits] [15211] fix type hinting
Date: Fri, 27 May 2016 11:30:25 +0000 (UTC)

Revision: 15211
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15211
Author:   sigurdne
Date:     2016-05-27 11:30:25 +0000 (Fri, 27 May 2016)
Log Message:
-----------
fix type hinting

Modified Paths:
--------------
    branches/dev-syncromind-2/rental/inc/model/class.composite.inc.php

Modified: branches/dev-syncromind-2/rental/inc/model/class.composite.inc.php
===================================================================
--- branches/dev-syncromind-2/rental/inc/model/class.composite.inc.php  
2016-05-27 01:13:53 UTC (rev 15210)
+++ branches/dev-syncromind-2/rental/inc/model/class.composite.inc.php  
2016-05-27 11:30:25 UTC (rev 15211)
@@ -35,7 +35,7 @@
                 * 
                 * @param int $id the id of this composite
                 */
-               public function __construct( int $id = 0 )
+               public function __construct( int $id = null )
                {
                        parent::__construct($id);
                        $this->units = array();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]