Skip to content

Commit

Permalink
Eliminate a few more strict warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz authored and mrubinsk committed Nov 14, 2013
1 parent ab75d7f commit 72e4b44
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions framework/Form/lib/Horde/Form/Type.php
Expand Up @@ -30,11 +30,15 @@ function __set($property, $value)
}

/**
* Initialize (kind of constructor) - Parameter list may vary on overloading
* Initialize (kind of constructor) - Parameter list may vary on
* overloading.
*
* For PHP5, function signatures must be identical, so comment this out
* to prevent strict warnings.
*/
function init()
{
}
//function init()
//{
//}

function onSubmit()
{
Expand Down

0 comments on commit 72e4b44

Please sign in to comment.