Completed
Push — master ( 9e8686...7944fd )
by T
01:42
created
src/PHPSemVerChecker/Operation/PropertyOperationUnary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 	/**
24 24
 	 * @param string                        $context
25 25
 	 * @param string                        $file
26
-	 * @param \PhpParser\Node\Stmt          $propertyContex
26
+	 * @param \PhpParser\Node\Stmt          $propertyContext
27 27
 	 * @param \PhpParser\Node\Stmt\Property $property
28 28
 	 */
29 29
 	public function __construct($context, $file, Stmt $propertyContext, Property $property)
Please login to merge, or discard this patch.