Skip to content

Conversation

@samsonasik
Copy link
Contributor

@samsonasik samsonasik commented Jan 23, 2025

Latest build on main branch show diff:

-        $uriSegments = explode('/', $uri);
+        $uriSegments = explode('/', (string) $uri);

which seems because of latest PHPStan that rector rely on.

https://github.com/yllumi/ci4-pages/actions/runs/12922169683/job/36037423639#step:7:29

This patch ensure verify non-string config('App')->defaultPage early so cast string is not needed.

@samsonasik
Copy link
Contributor Author

@yllumi ready to merge 👍

@yllumi yllumi merged commit 7e74fd7 into yllumi:main Jan 23, 2025
2 checks passed
@samsonasik samsonasik deleted the fix-non-string-default-page branch January 23, 2025 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants