Completed
Pull Request — master (#7)
by Haralan
03:02
created
src/Openbuildings/PHPUnitSpiderling/Constraint/Locator.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/Openbuildings/PHPUnitSpiderling/Constraint/Locator/Negative.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.