You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@calvinfroedge I feel you are correct. But I will wait for @pmjones . If its an easy one you can work on creating a branch from develop and sending a PR to develop branch itself .
Uri\Url\Factory instance for site.dev/foo/bar yields the following path property:
array(4) { [0]=> string(0) "" [1]=> string(3) "foo" [2]=> string(3) "bar" [3]=> string(0) "" }
Is there a reason for the two empty array elements? My expectation would be to receive this:
array(4) { [0]=> string(3) "foo" [1]=> string(3) "bar" }
The text was updated successfully, but these errors were encountered: