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
app
Commits
efa8508e
Commit
efa8508e
authored
Dec 19, 2019
by
Laurent Lécluse
Browse files
Merge branches 'develop' and 'master' of
https://git.unicaen.fr/lib/unicaen/app
parents
75b49dff
4a5b0ba6
Pipeline
#6028
failed with stage
in 10 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/UnicaenApp/Form/View/Helper/FormControlGroup.php
View file @
efa8508e
...
...
@@ -8,6 +8,7 @@ use UnicaenApp\Form\Element\DateInfSup;
use
UnicaenApp\Form\Element\SearchAndSelect
;
use
Zend\Form\Element\Button
;
use
Zend\Form\Element\Checkbox
;
use
Zend\Form\Element\DateTime
;
use
Zend\Form\Element\MultiCheckbox
;
use
Zend\Form\ElementInterface
;
use
Zend\Form\View\Helper\AbstractHelper
;
...
...
@@ -56,6 +57,7 @@ class FormControlGroup extends AbstractHelper
protected
$helpers
=
[
Date
::
class
=>
'formDate'
,
DateInfSup
::
class
=>
'formDateInfSup'
,
DateTime
::
class
=>
'formDateTime'
,
];
...
...
src/UnicaenApp/Mouchard/MouchardListenerException.php
View file @
efa8508e
...
...
@@ -76,14 +76,11 @@ class MouchardListenerException implements MouchardListenerInterface
/**
* @param int $errno
* @param string $errstr
* @param string $errfile
* @param int $errline
* @param \Throwable $exception
*
* @return MouchardMessage
*/
private
function
makeMessage
(
Exception
$exception
)
private
function
makeMessage
(
\
Throwable
$exception
)
{
$message
=
new
MouchardMessage
();
$message
->
setCode
(
$exception
->
getCode
());
...
...
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