Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandOrientedTmp committed Jan 17, 2020
1 parent 37a2c0d commit 185fc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Effiana/JsonForm/FormUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static function label(FormInterface $form): string
*
* @return string
*/
public static function isCompound(FormInterface $form): string
public static function isCompound(FormInterface $form): bool
{
return $form->getConfig()->getOption('compound');
}
Expand Down
2 changes: 1 addition & 1 deletion src/Effiana/JsonForm/JsonForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function transform(FormInterface $form): array
/**
* {@inheritdoc}
*/
public function addExtension(ExtensionInterface $extension): self
public function addExtension(ExtensionInterface $extension): JsonFormInterface
{
$this->extensions[] = $extension;

Expand Down

0 comments on commit 185fc41

Please sign in to comment.