8000 Merge branch '6.2' into 6.3 · symfony/templating@1a09183 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a09183

Browse files
Merge branch '6.2' into 6.3
* 6.2: CS fix Fix test provider
2 parents a3f85bf + 25662be commit 1a09183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Helper/SlotsHelper.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class SlotsHelper extends Helper
2727
* This method starts an output buffer that will be
2828
* closed when the stop() method is called.
2929
*
30-
* @throws \InvalidArgumentException if a slot with the same name is already started
31-
*
3230
* @return void
31+
*
32+
* @throws \InvalidArgumentException if a slot with the same name is already started
3333
*/
3434
public function start(string $name)
3535
{
@@ -47,9 +47,9 @@ public function start(string $name)
4747
/**
4848
* Stops a slot.
4949
*
50-
* @throws \LogicException if no slot has been started
51-
*
5250
* @return void
51+
*
52+
* @throws \LogicException if no slot has been started
5353
*/
5454
public function stop()
5555
{

0 commit comments

Comments
 (0)
0