Skip to content

Commit

Permalink
Fix deprecated constructor warning on PHP7
Browse files Browse the repository at this point in the history
  • Loading branch information
cweiske committed Jul 20, 2015
1 parent 3f2a48c commit 5e58580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Structures/Graph/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Structures_Graph_Node {
*
* @access public
*/
function Structures_Graph_Node() {
function __construct() {
}
/* }}} */

Expand Down

0 comments on commit 5e58580

Please sign in to comment.