Skip to content

Commit 4e2744b

Browse files
committed
Add missing return types
1 parent 5313736 commit 4e2744b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Request.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,9 @@ public function preferSafeContent(): bool
17321732
* Copyright (c) 2005-2010 Zend Technologies USA Inc. (https://www.zend.com/)
17331733
*/
17341734

1735+
/**
1736+
* @return string
1737+
*/
17351738
protected function prepareRequestUri()
17361739
{
17371740
$requestUri = '';

0 commit comments

Comments
 (0)