Fix constructors does not need return value

This commit is contained in:
Laurent Destailleur
2018-09-16 10:22:23 +02:00
parent e90a60d4ee
commit d6ee00f2e7
43 changed files with 4 additions and 66 deletions

View File

@@ -41,7 +41,6 @@ class FormAdmin
function __construct($db)
{
$this->db = $db;
return 1;
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps