@@ -477,7 +477,6 @@ discard block |
||
| 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 |
||
| 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 |
||
| 495 | 493 | /** |
| 496 | 494 | * Remove the label of color $color |
| 497 | 495 | * |
| 498 | - * @param string $color |
|
| 499 | 496 | * |
| 500 | 497 | * @return CardInterface |
| 501 | 498 | */ |
@@ -23,7 +23,6 @@ discard block |
||
| 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 |
||
| 41 | 40 | /** |
| 42 | 41 | * Get color |
| 43 | 42 | * |
| 44 | - * @param string $color |
|
| 45 | 43 | * |
| 46 | 44 | * @return LabelInterface |
| 47 | 45 | */ |