Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -179,7 +179,7 @@ class UrlNormalizerTest extends UnitTestCase {
@@ -179,7 +179,7 @@ class UrlNormalizerTest extends UnitTestCase {
* @return array
* @return array
* The mock object for Symfony\Component\HttpFoundation\Request.
* The mock object for Symfony\Component\HttpFoundation\Request.
*/
*/
public function schemeHttpHostProvider() {
public static function schemeHttpHostProvider() {
$hosts = [
$hosts = [
'http://localhost',
'http://localhost',
'https://localhost',
'https://localhost',
Loading