Skip to content

Commit d0014ae

Browse files
Add return types to internal & magic methods when possible
1 parent 9357949 commit d0014ae

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CompiledRoute.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public function __serialize(): array
6464
}
6565

6666
/**
67+
* @return string
68+
*
6769
* @internal since Symfony 4.3
6870
* @final since Symfony 4.3
6971
*/

Route.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ public function __serialize(): array
7878
}
7979

8080
/**
81+
* @return string
82+
*
8183
* @internal since Symfony 4.3
8284
* @final since Symfony 4.3
8385
*/

0 commit comments

Comments
 (0)