Releases: mpyw/laravel-mysql-system-variable-manager
Releases · mpyw/laravel-mysql-system-variable-manager
v2.1.1
15 Dec 01:46
Compare
Sorry, something went wrong.
No results found
What's Changed
[Claude] Add PHP 8.5 to CI test matrix by @mpyw in #17
diff --git a/src/Value.php b/src/Value.php
index 677171b..911a7ff 100644
--- a/src/Value.php
+++ b/src/Value.php
@@ -67,7 +67,7 @@ class Value implements ValueInterface
*
* @param bool|float|int|string $value
*/
- public static function as(string $type, $value): ExpressionInterface
+ public static function as(string $type, $value): ValueInterface
{
switch ($type) {
case static::TYPE_INTEGER:
Full Changelog : v2.1.0...v2.1.1
v2.1.0
05 Mar 05:55
Compare
Sorry, something went wrong.
No results found
v2.0.3
15 Mar 02:03
Compare
Sorry, something went wrong.
No results found
chore: 🤖 Support Laravel 11 in advance and skip larastan on CI
v2.0.2
13 Mar 14:39
Compare
Sorry, something went wrong.
No results found
chore: 🤖 Drop support for stale versions
v2.0.1
15 Jul 00:04
Compare
Sorry, something went wrong.
No results found
Support for Laravel 10 (#15)
v2.0.0
19 Nov 02:52
Compare
Sorry, something went wrong.
No results found
feat: 🎸 Improve code quality and support PHPStan (#14)