Completed
Pull Request — master (#68)
by
unknown
06:56
created
lib/Trello/Model/CardInterface.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -477,7 +477,6 @@  discard block
 block discarded – undo
477 477
     /**
478 478
      * Does the card have the label of which the color is $color?
479 479
      *
480
-     * @param string $color
481 480
      *
482 481
      * @return bool
483 482
      */
@@ -486,7 +485,6 @@  discard block
 block discarded – undo
486 485
     /**
487 486
      * Add the label of color $color
488 487
      *
489
-     * @param string $color
490 488
      *
491 489
      * @return CardInterface
492 490
      */
@@ -495,7 +493,6 @@  discard block
 block discarded – undo
495 493
     /**
496 494
      * Remove the label of color $color
497 495
      *
498
-     * @param string $color
499 496
      *
500 497
      * @return CardInterface
501 498
      */
Please login to merge, or discard this patch.
lib/Trello/Model/LabelInterface.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@  discard block
 block discarded – undo
23 23
     /**
24 24
      * Get name
25 25
      *
26
-     * @param string $name
27 26
      *
28 27
      * @return LabelInterface
29 28
      */
@@ -41,7 +40,6 @@  discard block
 block discarded – undo
41 40
     /**
42 41
      * Get color
43 42
      *
44
-     * @param string $color
45 43
      *
46 44
      * @return LabelInterface
47 45
      */
Please login to merge, or discard this patch.