Skip to content

Commit

Permalink
Revert "Eliminate a few more strict warnings"
Browse files Browse the repository at this point in the history
This method is not defined in all sub-classes but called on arbitrary Horde_Form_Type instances.

This reverts commit a81b4ba.
  • Loading branch information
yunosh authored and mrubinsk committed Nov 14, 2013
1 parent 1cfb0cd commit 4f63abd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions framework/Form/lib/Horde/Form/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,11 @@ function __set($property, $value)
}

/**
* 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.
* Initialize (kind of constructor) - Parameter list may vary on overloading
*/
//function init()
//{
//}
function init()
{
}

function onSubmit()
{
Expand Down

0 comments on commit 4f63abd

Please sign in to comment.