We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | } |
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | - * @return Page|mixed |
|
| 116 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 117 | 117 | */ |
| 118 | 118 | public function fromPage() |
| 119 | 119 | { |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | /** |
| 124 | - * @return Page|mixed |
|
| 124 | + * @return \Illuminate\Database\Eloquent\Relations\BelongsTo |
|
| 125 | 125 | */ |
| 126 | 126 | public function toPage() |
| 127 | 127 | { |