Searched refs:whitespace_path_normalizer (Results 1 – 1 of 1) sorted by relevance
50 private WhitespacePathNormalizer $whitespace_path_normalizer; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\DeletePath53 * @param WhitespacePathNormalizer $whitespace_path_normalizer55 public function __construct(WhitespacePathNormalizer $whitespace_path_normalizer) argument57 $this->whitespace_path_normalizer = $whitespace_path_normalizer;71 $normalized_path = $this->whitespace_path_normalizer->normalizePath($path);