Skip to content

Commit

Permalink
fix phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Oct 29, 2023
1 parent 6669d3e commit 7d7bac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/ModelUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function findModelInstanceByIdOrAlias(string $table, int|string $idOrAlia
* Returns an array of a model instance's parents in ascending order, i.e. the root parent comes first.
*
* @template T of Model
* @param Model $instance
* @param T $instance
* @param string $parentProperty
* @return array<T>
*/
Expand Down

0 comments on commit 7d7bac3

Please sign in to comment.