@@ -527,7 +527,7 @@ discard block |
||
| 527 | 527 | /** |
| 528 | 528 | * Determine if the Model Admin has Viewing Capabilities. |
| 529 | 529 | * |
| 530 | - * @return bool |
|
| 530 | + * @return null|boolean |
|
| 531 | 531 | */ |
| 532 | 532 | public function hasViewing() |
| 533 | 533 | { |
@@ -598,7 +598,7 @@ discard block |
||
| 598 | 598 | /** |
| 599 | 599 | * Determine if the Model Admin has Validating Capabilities. |
| 600 | 600 | * |
| 601 | - * @return bool |
|
| 601 | + * @return null|boolean |
|
| 602 | 602 | */ |
| 603 | 603 | public function hasValidating() |
| 604 | 604 | { |
@@ -620,7 +620,7 @@ discard block |
||
| 620 | 620 | * |
| 621 | 621 | * @param string $trait |
| 622 | 622 | * |
| 623 | - * @return bool |
|
| 623 | + * @return null|boolean |
|
| 624 | 624 | */ |
| 625 | 625 | public function hasTrait($trait = null) |
| 626 | 626 | { |
@@ -636,7 +636,7 @@ discard block |
||
| 636 | 636 | * |
| 637 | 637 | * @param string $contract |
| 638 | 638 | * |
| 639 | - * @return bool |
|
| 639 | + * @return boolean|null |
|
| 640 | 640 | */ |
| 641 | 641 | public function hasContract($contract = null) |
| 642 | 642 | { |