Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Akay committed Sep 7, 2024
2 parents f9df883 + cbaaddf commit cba9be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/Contracts/FlexyModelContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ interface FlexyModelContract
public static function hasShape(): bool;

/**
* @param string $fieldName
* @param FlexyFieldType $fieldType
* @param int $sort
* @param string|null $validationRules
* @param array<string, string>|null $validationMessages
* @return Shape
* @param array<string, string>|null $validationMessages
*/
public static function setFlexyShape(string $fieldName, FlexyFieldType $fieldType,
int $sort, ?string $validationRules = null,
Expand Down
2 changes: 1 addition & 1 deletion src/FlexyField.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static function dropAndCreatePivotViewForMysql(): void
/**
* @throws Exception
*/
public static function dropAndCreatePivotViewForPostgres() : void
public static function dropAndCreatePivotViewForPostgres(): void
{
throw new Exception('not implemented');
}
Expand Down

0 comments on commit cba9be3

Please sign in to comment.