Skip to content

Commit 0513e13

Browse files
authored
fix php indent according to psr (Codeception#242)
1 parent a5353c2 commit 0513e13

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

quickstart.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,14 @@ <h4 class="panel-title">5. Write a Basic Test</h4>
104104
<div>
105105
{% highlight php %}
106106
<?php
107-
class FirstCest
108-
{
109-
public function frontpageWorks(AcceptanceTester $I)
110-
{
111-
$I->amOnPage('/');
112-
$I->see('Home');
113-
}
107+
108+
class FirstCest
109+
{
110+
public function frontpageWorks(AcceptanceTester $I)
111+
{
112+
$I->amOnPage('/');
113+
$I->see('Home');
114+
}
114115
}
115116
{% endhighlight %}
116117
</div>
@@ -219,4 +220,4 @@ <h4>&raquo; Next!</h4>
219220
</div>
220221
</div>
221222
</div>
222-
</div>
223+
</div>

0 commit comments

Comments
 (0)