Skip to content
Snippets Groups Projects
Commit 0b9ed9a2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix PSR2. We must not have spaces after (

parent 3eb6ee20
Branches
Tags
No related merge requests found
...@@ -89,7 +89,6 @@ class Skeleton_Class extends CommonObject ...@@ -89,7 +89,6 @@ class Skeleton_Class extends CommonObject
public function __construct(DoliDB $db) public function __construct(DoliDB $db)
{ {
$this->db = $db; $this->db = $db;
return 1; return 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment