From a57eaa1373d4b4182cf811c9f686c13e65dbf302 Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Sat, 6 Sep 2025 12:04:49 -0500 Subject: [PATCH] Add a Pure attribute for functions and methods. --- src/Pure.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/Pure.php diff --git a/src/Pure.php b/src/Pure.php new file mode 100644 index 0000000..6dad661 --- /dev/null +++ b/src/Pure.php @@ -0,0 +1,34 @@ +