Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
c7e0f5e5
Commit
c7e0f5e5
authored
Jan 29, 2019
by
Bertrand Gauthier
Browse files
Correction du namespace de l'exception InvalidArgumentException lancée dans ShibService.
parent
b2feb317
Pipeline
#3440
failed with stages
in 2 minutes and 20 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/Service/ShibService.php
View file @
c7e0f5e5
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
namespace
UnicaenAuth\Service
;
namespace
UnicaenAuth\Service
;
use
Application\Exception\
InvalidArgumentException
;
use
InvalidArgumentException
;
use
Assert\Assertion
;
use
Assert\Assertion
;
use
Assert\AssertionFailedException
;
use
Assert\AssertionFailedException
;
use
UnicaenApp\Exception\LogicException
;
use
UnicaenApp\Exception\LogicException
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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