Completed
Push — master ( 23e35e...f8660b )
by Tom
01:53
created
src/Rule.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -21,6 +21,10 @@
 block discarded – undo
21 21
 	const D = 86400;
22 22
 
23 23
 
24
+	/**
25
+	 * @param string $query
26
+	 * @param integer $depth
27
+	 */
24 28
 	public function __construct($query, $pseudo, $depth, $index, $file, $line, array $properties = []) {
25 29
 		$this->query = $query;
26 30
 		$this->pseudo = $pseudo;
Please login to merge, or discard this patch.