mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
Remove double semicolons
This commit is contained in:
@@ -89,7 +89,7 @@ class BuilderHelper
|
||||
/** @var ?array<string, mixed> $fields */
|
||||
$fields = $typeDefs['fields'] ?? null;
|
||||
/** @var string $naming */
|
||||
$naming = $typeDefs['naming'] ?? $this->defaultFieldNaming;;
|
||||
$naming = $typeDefs['naming'] ?? $this->defaultFieldNaming;
|
||||
|
||||
if (!is_array($fields)) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user