Skip to content

Commit 13fbaa5

Browse files
committed
docs: align comments
1 parent f51fb5d commit 13fbaa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/libraries/validation

user_guide_src/source/libraries/validation/038.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
'name' => "is_unique[supplier.name,uuid, {$uuid}]", // is not ok
77
'name' => "is_unique[supplier.name,uuid,{$uuid} ]", // is not ok
88
'name' => "is_unique[supplier.name,uuid,{$uuid}]", // is ok
9-
'name' => 'is_unique[supplier.name,uuid,{uuid}]', // is ok - see "Validation Placeholders"
9+
'name' => 'is_unique[supplier.name,uuid,{uuid}]', // is ok - see "Validation Placeholders"
1010
]);

0 commit comments

Comments
 (0)