Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
e2ca42e7
Commit
e2ca42e7
authored
Aug 24, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4807 from mrarthur/patch-6
Unused InvalidConfigException
parents
f526cc7a
5794534a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Validator.php
framework/validators/Validator.php
+0
-2
No files found.
framework/validators/Validator.php
View file @
e2ca42e7
...
@@ -10,7 +10,6 @@ namespace yii\validators;
...
@@ -10,7 +10,6 @@ namespace yii\validators;
use
Yii
;
use
Yii
;
use
yii\base\Component
;
use
yii\base\Component
;
use
yii\base\NotSupportedException
;
use
yii\base\NotSupportedException
;
use
yii\base\InvalidConfigException
;
/**
/**
* Validator is the base class for all validators.
* Validator is the base class for all validators.
...
@@ -181,7 +180,6 @@ class Validator extends Component
...
@@ -181,7 +180,6 @@ class Validator extends Component
* @param array|string $attributes list of attributes to be validated. This can be either an array of
* @param array|string $attributes list of attributes to be validated. This can be either an array of
* the attribute names or a string of comma-separated attribute names.
* the attribute names or a string of comma-separated attribute names.
* @param array $params initial values to be applied to the validator properties
* @param array $params initial values to be applied to the validator properties
* @throws \yii\base\InvalidConfigException if type can't be recognized
* @return Validator the validator
* @return Validator the validator
*/
*/
public
static
function
createValidator
(
$type
,
$object
,
$attributes
,
$params
=
[])
public
static
function
createValidator
(
$type
,
$object
,
$attributes
,
$params
=
[])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment