Skip to content

Commit 235e1bb

Browse files
Merge branch '6.0' into 6.1
* 6.0: [6.0] cs fixes [5.4] cs fixes [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes fix merge Remove pointless assignment [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
2 parents 3a61e2e + 380f86c commit 235e1bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Parser/Reader.php

-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ public function getOffset(string $string)
6060
return false === $position ? false : $position - $this->position;
6161
}
6262

63-
/**
64-
* @return array|false
65-
*/
6663
public function findPattern(string $pattern): array|false
6764
{
6865
$source = substr($this->source, $this->position);

0 commit comments

Comments
 (0)