Skip to content

Commit b31c96e

Browse files
Add return types, round 1
1 parent 9c9987d commit b31c96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/TwigDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private function computeData(Profile $profile)
198198
/**
199199
* {@inheritdoc}
200200
*/
201-
public function getName()
201+
public function getName(): string
202202
{
203203
return 'twig';
204204
}

0 commit comments

Comments
 (0)