Skip to content

Commit 58bcf5b

Browse files
committed
style
1 parent fe5df53 commit 58bcf5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Collector/DebugPluginCollector.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
1212

1313
/**
14-
* A data collector for the debug plugin.
14+
* A data collector for the debug plugin.
15+
*
1516
* @author Tobias Nyholm <[email protected]>
1617
*/
1718
class DebugPluginCollector extends DataCollector
@@ -123,7 +124,7 @@ public function getTotalRequests()
123124

124125
/**
125126
* Return a RequestStackProvider for each client.
126-
*
127+
*
127128
* @return RequestStackProvider[]
128129
*/
129130
public function getClients()

0 commit comments

Comments
 (0)