Skip to content
Snippets Groups Projects
Unverified Commit 80bb6371 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix typo

parent e1c32bd4
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ class ProcessingChain ...@@ -103,7 +103,7 @@ class ProcessingChain
break; break;
} }
} }
/* $i now points to the filter which should preceede the current filter. */ /* $i now points to the filter which should precede the current filter. */
array_splice($target, $i + 1, 0, [$filter]); array_splice($target, $i + 1, 0, [$filter]);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment