Completed
Push — master ( b70849...e26cf8 )
by James
06:26
created
src/Axolotl/GuardedPropertyException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 	 *
23 23
 	 * @param string $property Property that was guarded.
24 24
 	 */
25
-	public function __construct( $property ) {
25
+	public function __construct($property) {
26 26
 		parent::__construct();
27 27
 
28 28
 		$this->property = $property;
Please login to merge, or discard this patch.