Completed
Push — features/github-actions ( 0789ed )
by T
01:46
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.
src/PHPSemVerChecker/Operation/ClassOperationDelta.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 	protected $classAfter;
26 26
 
27 27
 	/**
28
-	 * @param string                      $file
29
-	 * @param \PhpParser\Node\Stmt\Class_ $class
30 28
 	 */
31 29
 	public function __construct($fileBefore, Class_ $classBefore, $fileAfter, Class_ $classAfter)
32 30
 	{
Please login to merge, or discard this patch.
src/PHPSemVerChecker/Operation/InterfaceOperationDelta.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
 	/**
27 27
 	 * @param string                          $fileAfter
28
-	 * @param \PhpParser\Node\Stmt\Interface_ $interface
28
+	 * @param \PhpParser\Node\Stmt\Interface_ $interfaceAfter
29 29
 	 */
30 30
 	public function __construct($fileBefore, Interface_ $interfaceBefore, $fileAfter, Interface_ $interfaceAfter)
31 31
 	{
Please login to merge, or discard this patch.