Skip to content

Commit f7db40d

Browse files
committed
Remove phpdoc for NamespacesHelper::trim()
1 parent c5ac7cf commit f7db40d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Util/NamespacesHelper.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ public function getValidatorNamespace(): string
9393
return $this->trim($this->namespaces['validator_namespace'] ?? 'Validator\\');
9494
}
9595

96-
/**
97-
* Trim backslashes in given namespace.
98-
*
99-
* @param string $namespace
100-
*
101-
* @return string
102-
*/
10396
private function trim(string $namespace): string
10497
{
10598
return trim($namespace, '\\');

0 commit comments

Comments
 (0)