Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 7, 2024
1 parent ad19267 commit a73f753
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Property/Factory/PropertyFactoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

namespace Pimcore\Bundle\StudioBackendBundle\Property\Factory;

use Pimcore\Model\Property\Predefined;

interface PropertyFactoryInterface
{
public function create();
public function create(): Predefined;
}

0 comments on commit a73f753

Please sign in to comment.