From db3d9d5699ab39c4d71b355e8a14a6a78ad8c8fe Mon Sep 17 00:00:00 2001 From: Michel Ypma Date: Thu, 29 Jan 2026 13:18:39 +0100 Subject: [PATCH] PageNavigation was marked as internal, but is heavely used externally. Promotes PageNavigation to the public API. The class is already widely used in the ecosystem and referred in the documentation, making the @internal flag obsolete and misleading. This change formalizes its status as a supported component of the library. --- src/PageUtils/PageNavigation.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PageUtils/PageNavigation.php b/src/PageUtils/PageNavigation.php index d95cfe1..38f3876 100644 --- a/src/PageUtils/PageNavigation.php +++ b/src/PageUtils/PageNavigation.php @@ -22,8 +22,6 @@ /** * A class that is aimed to be used withing the method Page::navigate. - * - * @internal */ class PageNavigation {