Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit b1f20d2

Browse files
committed
Merge pull request #44 from mkroeders/patch-1
Scheme is a string, but PHPdoc said it was an array
2 parents f01a9a7 + bd2657b commit b1f20d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Router/Http/Scheme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Scheme implements RouteInterface
2222
/**
2323
* Scheme to match.
2424
*
25-
* @var array
25+
* @var string
2626
*/
2727
protected $scheme;
2828

0 commit comments

Comments
 (0)