@@ -51,7 +51,7 @@ |
||
| 51 | 51 | /** |
| 52 | 52 | * Get group permissions. |
| 53 | 53 | * |
| 54 | - * @param $group |
|
| 54 | + * @param Model $group |
|
| 55 | 55 | * |
| 56 | 56 | * @return array|string |
| 57 | 57 | */ |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace NerdsAndCompany\Schematic\Models; |
| 4 | 4 | |
| 5 | -use Craft; |
|
| 6 | 5 | use craft\base\Model; |
| 7 | 6 | use Symfony\Component\Yaml\Yaml; |
| 8 | 7 | |
@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * Load fieldlayout and sources behaviors. |
| 28 | 28 | * |
| 29 | - * @return array |
|
| 29 | + * @return string[] |
|
| 30 | 30 | */ |
| 31 | 31 | public function behaviors() |
| 32 | 32 | { |