Remove unreachable statement

Change-Id: I537d189e802c6201a4c9a1a5f17ca172836ec5b3
This commit is contained in:
Siebrand Mazeland 2013-12-27 17:34:55 +01:00
parent 3f249c2b6d
commit c6178d229c

View file

@ -210,7 +210,6 @@ class WebRequest {
} else {
return 'http';
}
return $arr;
}
/**