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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
5794534a
Commit
5794534a
authored
Aug 24, 2014
by
Arthur Khachaturov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unused InvalidConfigException
parent
f526cc7a
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 @
5794534a
...
...
@@ -10,7 +10,6 @@ namespace yii\validators;
use
Yii
;
use
yii\base\Component
;
use
yii\base\NotSupportedException
;
use
yii\base\InvalidConfigException
;
/**
* Validator is the base class for all validators.
...
...
@@ -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
* the attribute names or a string of comma-separated attribute names.
* @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
*/
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