File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ protected function flushReferenceBuffer()
209209 protected function setupReferenceType (Locator \Reference $ reference )
210210 {
211211 $ result = preg_match ('#^(0|[1-9]\d*)$#u ' , $ reference ->getValue ());
212- PregHelper::assertMatchResult (
212+ Parser \ PregHelper::assertMatchResult (
213213 $ result ,
214214 Parser \RegExpException::class,
215215 "Regular expression error on reference type detection "
Original file line number Diff line number Diff line change 33namespace Remorhaz \JSONPointer \Parser \Lexer ;
44
55use Remorhaz \JSONPointer \Parser \Token ;
6- use Remorhaz \JSONPointer \PregHelper ;
6+ use Remorhaz \JSONPointer \Parser \ PregHelper ;
77
88/**
99 * Lexical analyzer's text scanner. It reads tokens directly from text string.
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Remorhaz \JSONPointer ;
3+ namespace Remorhaz \JSONPointer \ Parser ;
44
55/**
66 * Helper to assert PREG function results.
You can’t perform that action at this time.
0 commit comments