Completed
Pull Request — master (#28)
by Christopher
05:05
created
src/Facets/PatternTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         return $patternToProcess;
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $patternToProcess
57
+     */
55 58
     private function processRegexSlashS($patternToProcess)
56 59
     {
57 60
         // Any character except those matched by '\s'.
Please login to merge, or discard this patch.