8000 Fix expected return type · symfony/symfony@ad8096b · GitHub
[go: up one dir, main page]

Skip to content

Commit ad8096b

Browse files
Fix expected return type
1 parent 00cdbdd commit ad8096b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/expected-missing-return-types.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ diff --git a/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php
6060
{
6161
return $this->data['queries'];
6262
@@ -149,5 +149,5 @@ class DoctrineDataCollector extends DataCollector
63-
* @return int
63+
* @return float
6464
*/
6565
- public function getTime()
66-
+ public function getTime(): int
66+
+ public function getTime(): float
6767
{
6868
$time = 0;
6969
diff --git a/src/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php b/src/Symfony/Bridge/Doctrine/DataFixtures/ContainerAwareLoader.php

0 commit comments

Comments
 (0)
0