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

@@ -84,8 +84,6 @@ class FormSms
$this->withtoreadonly=0;
$this->withtopicreadonly=0;
$this->withbodyreadonly=0;
return 1;
}
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps