Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LeanMapper Workflow
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Mpro
LeanMapper Workflow
Commits
7d2d2fc3
Commit
7d2d2fc3
authored
Mar 11, 2017
by
Mpro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed small bug
parent
1efb97e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
AbstractRestriction.php
src/LeanMapperWorkflow/AbstractRestriction.php
+0
-3
No files found.
src/LeanMapperWorkflow/AbstractRestriction.php
View file @
7d2d2fc3
...
...
@@ -123,9 +123,6 @@ abstract class AbstractRestriction
}
}
else
{
$type
=
$property
->
getType
();
if
(
!
(
$result
=
$value
instanceof
$type
))
{
throw
new
\InvalidArgumentException
(
'Unexpected class.'
);
}
}
$this
->
values
[
$key
]
=
$value
;
...
...
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