Completed
Push — master ( 477434...c04c93 )
by Tom
02:53
created
src/Pseudo/Not.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
 		return true;
33 33
 	}
34 34
 
35
+	/**
36
+	 * @param \DOMXPath $xpath
37
+	 * @param \DOMElement $element
38
+	 */
35 39
 	private function notElement($css, $xpath, $element) {
36 40
 
37 41
 		foreach ($css as $selector) {
Please login to merge, or discard this patch.