Completed
Pull Request — master (#7)
by Haralan
09:53 queued 08:07
created
src/Constraint/LocatorConstraint.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 	protected $_selector;
19 19
 	protected $_filters;
20 20
 
21
+	/**
22
+	 * @param string $type
23
+	 */
21 24
 	function __construct($type, $selector, array $filters = array())
22 25
 	{
23 26
 		$this->_type = $type;
Please login to merge, or discard this patch.
src/Constraint/NegativeLocatorConstraint.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 	protected $_selector;
19 19
 	protected $_filters;
20 20
 
21
+	/**
22
+	 * @param string $type
23
+	 */
21 24
 	function __construct($type, $selector, array $filters = array())
22 25
 	{
23 26
 		$this->_type = $type;
Please login to merge, or discard this patch.