Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 29, 2024
1 parent ddcb581 commit d575f7c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
32 changes: 16 additions & 16 deletions src/BalootValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
class BalootValidator extends Validator
{
public $validationMessages = [
'jdate' => ':attribute'.' تاریخ شمسی معتبر نمی باشد.',
'jdate_equal' => ':attribute'.' تاریخ شمسی برابر '.':fa-date'.' نمی باشد.',
'jdate_not_equal' => ':attribute'.' تاریخ شمسی نامساوی '.':fa-date'.' نمی باشد.',
'jdatetime' => ':attribute'.' تاریخ و زمان شمسی معتبر نمی باشد.',
'jdatetime_equal' => ':attribute'.' تاریخ و زمان شمسی مساوی '.':fa-date'.' نمی باشد.',
'jdatetime_not_equal' => ':attribute'.' تاریخ و زمان شمسی نامساوی '.':fa-date'.' نمی باشد.',
'jdate_after' => ':attribute'.' تاریخ شمسی باید بعد از '.':fa-date'.' باشد.',
'jdate_after_equal' => ':attribute'.' تاریخ شمسی باید بعد یا برابر از '.':fa-date'.' باشد.',
'jdatetime_after' => ':attribute'.' تاریخ و زمان شمسی باید بعد از '.':fa-date'.' باشد.',
'jdatetime_after_equal' => ':attribute'.' تاریخ و زمان شمسی باید بعد یا برابر از '.':fa-date'.' باشد.',
'jdate_before' => ':attribute'.' تاریخ شمسی باید قبل از '.':fa-date'.' باشد.',
'jdate_before_equal' => ':attribute'.' تاریخ شمسی باید قبل یا برابر از '.':fa-date'.' باشد.',
'jdatetime_before' => ':attribute'.' تاریخ و زمان شمسی باید قبل از '.':fa-date'.' باشد.',
'jdate' => ':attribute'.' تاریخ شمسی معتبر نمی باشد.',
'jdate_equal' => ':attribute'.' تاریخ شمسی برابر '.':fa-date'.' نمی باشد.',
'jdate_not_equal' => ':attribute'.' تاریخ شمسی نامساوی '.':fa-date'.' نمی باشد.',
'jdatetime' => ':attribute'.' تاریخ و زمان شمسی معتبر نمی باشد.',
'jdatetime_equal' => ':attribute'.' تاریخ و زمان شمسی مساوی '.':fa-date'.' نمی باشد.',
'jdatetime_not_equal' => ':attribute'.' تاریخ و زمان شمسی نامساوی '.':fa-date'.' نمی باشد.',
'jdate_after' => ':attribute'.' تاریخ شمسی باید بعد از '.':fa-date'.' باشد.',
'jdate_after_equal' => ':attribute'.' تاریخ شمسی باید بعد یا برابر از '.':fa-date'.' باشد.',
'jdatetime_after' => ':attribute'.' تاریخ و زمان شمسی باید بعد از '.':fa-date'.' باشد.',
'jdatetime_after_equal' => ':attribute'.' تاریخ و زمان شمسی باید بعد یا برابر از '.':fa-date'.' باشد.',
'jdate_before' => ':attribute'.' تاریخ شمسی باید قبل از '.':fa-date'.' باشد.',
'jdate_before_equal' => ':attribute'.' تاریخ شمسی باید قبل یا برابر از '.':fa-date'.' باشد.',
'jdatetime_before' => ':attribute'.' تاریخ و زمان شمسی باید قبل از '.':fa-date'.' باشد.',
'jdatetime_before_equal' => ':attribute'.' تاریخ و زمان شمسی باید قبل یا برابر از '.':fa-date'.' باشد.',
'iran_phone' => ':attribute یک شماره تلفن معتبر نیست.',
'iran_mobile' => ':attribute یک شماره همراه معتبر نیست.',
'iran_national_code' => ':attribute کد ملی معتبر نیست.',
'iran_phone' => ':attribute یک شماره تلفن معتبر نیست.',
'iran_mobile' => ':attribute یک شماره همراه معتبر نیست.',
'iran_national_code' => ':attribute کد ملی معتبر نیست.',
];

public function __construct($translator, $data, $rules, $messages = [], $customAttributes = [])
Expand Down
1 change: 0 additions & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function str_to_slug(string $string, string $separator = '-')
}

if (! function_exists('find_bank_by_card_number')) {

/**
* Find bank info from card number.
*
Expand Down

0 comments on commit d575f7c

Please sign in to comment.