Skip to content

Commit

Permalink
configure tests application
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboss86 committed Oct 30, 2018
1 parent 6818306 commit 0b01a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Form/Type/DataFetcher/DataFetcherChoiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class DataFetcherChoiceType extends AbstractType
{
/**
* @var array
* @var array|false
*/
protected $dataFetchers;

Expand Down
2 changes: 1 addition & 1 deletion src/Form/Type/Renderer/RendererChoiceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class RendererChoiceType extends AbstractType
{
/**
* @var array
* @var array|false
*/
protected $renderers;

Expand Down

0 comments on commit 0b01a72

Please sign in to comment.