Skip to content

Commit

Permalink
EZP-31578: Fixed phpdoc_var_without_name code style issue (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou authored Apr 15, 2020
1 parent 1eeeca0 commit f439aaf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Controller/LanguageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LanguageController extends Controller
/** @var LanguageCreateMapper */
private $languageCreateMapper;

/** @var SubmitHandler $submitHandler */
/** @var SubmitHandler */
private $submitHandler;

/** @var FormFactory */
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Controller/NotificationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class NotificationController extends Controller
{
/** @var \eZ\Publish\API\Repository\NotificationService $notificationService */
/** @var \eZ\Publish\API\Repository\NotificationService */
protected $notificationService;

/** @var \eZ\Publish\Core\Notification\Renderer\Registry */
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Behat/PageObject/LanguagePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LanguagePage extends Page
{
/** @var string Name by which Page is recognised */
public const PAGE_NAME = 'Language';
/** @var string $languageName */
/** @var string */
private $languageName;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Behat/PageObject/ObjectStatePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ObjectStatePage extends Page
{
/** @var string Name by which Page is recognised */
public const PAGE_NAME = 'Object State';
/** @var string $languageName */
/** @var string */
private $objectStateName;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@

class PreviewFormProcessorTest extends TestCase
{
/** @var ContentService $contentService */
/** @var ContentService */
private $contentService;

/** @var UrlGeneratorInterface $urlGenerator */
/** @var UrlGeneratorInterface */
private $urlGenerator;

/** @var NotificationHandlerInterface $notificationHandler */
/** @var NotificationHandlerInterface */
private $notificationHandler;

/** @var TranslatorInterface $translator */
/** @var TranslatorInterface */
private $translator;

/** @var LocationService $locationService */
/** @var LocationService */
private $locationService;

public function setUp()
Expand Down

0 comments on commit f439aaf

Please # to comment.