Loading src/Service/BddService.php +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ class BddService */ public function injectKey(string $query, array $key): string { $key = array_change_key_case($key, CASE_LOWER); foreach( $key as $k => $v ){ while(false !== ($start=strpos($query, '/*@'.$k))){ $end = strpos($query, '*/', $start) + 2; Loading Loading
src/Service/BddService.php +1 −0 Original line number Diff line number Diff line Loading @@ -148,6 +148,7 @@ class BddService */ public function injectKey(string $query, array $key): string { $key = array_change_key_case($key, CASE_LOWER); foreach( $key as $k => $v ){ while(false !== ($start=strpos($query, '/*@'.$k))){ $end = strpos($query, '*/', $start) + 2; Loading