fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15538] type hinting


From: sigurdne
Subject: [Fmsystem-commits] [15538] type hinting
Date: Tue, 30 Aug 2016 07:16:55 +0000 (UTC)

Revision: 15538
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15538
Author:   sigurdne
Date:     2016-08-30 07:16:55 +0000 (Tue, 30 Aug 2016)
Log Message:
-----------
type hinting

Modified Paths:
--------------
    trunk/rental/inc/model/class.model.inc.php

Modified: trunk/rental/inc/model/class.model.inc.php
===================================================================
--- trunk/rental/inc/model/class.model.inc.php  2016-08-30 06:56:13 UTC (rev 
15537)
+++ trunk/rental/inc/model/class.model.inc.php  2016-08-30 07:16:55 UTC (rev 
15538)
@@ -11,7 +11,7 @@
                protected $field_of_responsibility_name;
                protected $permission_array;
 
-               public function __construct( int $id = null)
+               public function __construct( int $id )
                {
                        $this->id = (int)$id;
                }




reply via email to

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