File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ if ($validator->fails()) {
76
76
77
77
##### Error messages
78
78
79
- To get the rows with validation errors and there errors. The validator expose ` errors ` method that can be used like so ` $validator->errors() ` .
79
+ To get the rows with validation errors and their errors. The validator expose ` errors ` method that can be used like so ` $validator->errors() ` .
80
80
81
81
You can also customize the error messages for different validation rules and different attributes by passing a message array to the validator like so:
82
82
@@ -310,4 +310,4 @@ The project run's automatic checks to make sure that the Symfony code standards
310
310
So, before pushing or making any pull request run the below command:
311
311
312
312
* ` composer test ` : For running test
313
- * ` composer fixlint ` : For running php-cs-fixer to fix linting errors
313
+ * ` composer fix-lint ` : For running php-cs-fixer to fix linting errors
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
10
zip \
11
11
unzip
12
12
13
- RUN pecl install xdebug \
13
+ RUN pecl install xdebug-3.1.5 \
14
14
&& docker-php-ext-enable xdebug
15
15
16
16
# Get latest Composer
You can’t perform that action at this time.
0 commit comments