Completed
Pull Request — master (#99)
by
unknown
02:17
created
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.