Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit fbe66c5

Browse files
810yvesh
authored andcommitted
Codestyle (#95)
1 parent d0e4fab commit fbe66c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/codeception/_support/Page/Acceptance/Administrator/ArticleManagerPage.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ class ArticleManagerPage extends AdminPage
7777
/**
7878
* Method to create new article
7979
*
80-
* @param string $title The article title
81-
* @param string $content The article content
80+
* @param string $title The article title
81+
* @param string $content The article content
8282
*
8383
* @When I create new content with field title as :title and content as a :content
8484
*
@@ -91,7 +91,7 @@ public function fillContentCreateForm($title, $content)
9191
$I = $this;
9292

9393
$I->fillField(self::$title, $title);
94-
$I->scrollTo(['css'=> 'div.toggle-editor']);
94+
$I->scrollTo(['css' => 'div.toggle-editor']);
9595
$I->click(self::$toggleEditor);
9696
$I->fillField(self::$content, $content);
9797
}

0 commit comments

Comments
 (0)