Passed
Push — develop ( a969ed...346e97 )
by BENARD
05:38
created
src/Repository/GroupRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      * @return int|string
25 25
      * @throws Exception
26 26
      */
27
-    public function insertLibChart(int $idGroup, int $idType): int|string
27
+    public function insertLibChart(int $idGroup, int $idType): int | string
28 28
     {
29 29
         $sql = "INSERT INTO vgr_chartlib (idChart,idType,created_at)
30 30
             SELECT id,:idType,NOW()
Please login to merge, or discard this patch.