Passed
Pull Request — master (#22)
by Christopher
02:15
created
src/Facets/PatternTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
         $this->pattern[] = $value;
24 24
     }
25 25
 
26
+    /**
27
+     * @param string $pattern
28
+     */
26 29
     private function checkRegexValidPattern($pattern)
27 30
     {
28 31
         return (false === @preg_match($pattern, null));
Please login to merge, or discard this patch.