Author: Christoph M. Becker (cmb69)
Date: 2022-03-19T19:20:44+01:00

Commit: 
https://github.com/php/web-php/commit/382fed715739e4127dc3cd827fb7a819736a43f4
Raw diff: 
https://github.com/php/web-php/commit/382fed715739e4127dc3cd827fb7a819736a43f4.diff

Fix GH-507: typo in attribute

Changed paths:
  M  releases/8.1/release.inc


Diff:

diff --git a/releases/8.1/release.inc b/releases/8.1/release.inc
index 42e54d9e8..96fcb7255 100644
--- a/releases/8.1/release.inc
+++ b/releases/8.1/release.inc
@@ -256,7 +256,7 @@ class User
 {
     #[\Assert\All(
         new \Assert\NotNull,
-        new \Assert\Length(min: 6))
+        new \Assert\Length(min: 5))
     ]
     public string $name = '';
 }

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to