Skip to content
Snippets Groups Projects
Commit 3e8c99e8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Corrections réalisées par composer cs-fix.

parent dae0b210
Branches
Tags
No related merge requests found
Showing
with 12 additions and 36 deletions
......@@ -34,7 +34,6 @@ if (! empty($this->reason)) :
<?php endif ?>
<?php if (! empty($this->controller)) : ?>
<dl>
<dt>Controller:</dt>
<dd><?= $this->escapeHtml($this->controller) ?>
......@@ -51,7 +50,6 @@ if (! empty($this->reason)) :
<?php endif ?>
<?php if (! empty($this->display_exceptions)) : ?>
<?php if (isset($this->exception)
&& ($this->exception instanceof \Throwable || $this->exception instanceof \Exception)) : ?>
<hr/>
......@@ -100,7 +98,6 @@ if (! empty($this->reason)) :
<?php endif ?>
<?php else : ?>
<h3>No Exception available</h3>
<?php endif ?>
......
......@@ -2,7 +2,6 @@
<h2><?= $this->message ?></h2>
<?php if (! empty($this->display_exceptions)) : ?>
<?php if (isset($this->exception)
&& ($this->exception instanceof \Throwable || $this->exception instanceof \Exception)) : ?>
<hr/>
......@@ -51,7 +50,6 @@
<?php endif ?>
<?php else : ?>
<h3>No Exception available</h3>
<?php endif ?>
......
......@@ -2576,7 +2576,8 @@ return [
],
'service_manager' => [
'factories' => [
\ImportData\V1\Rest\Version\VersionResource::class => \ImportData\V1\Rest\Version\VersionResourceFactory::class,
\ImportData\V1\Rest\Version\VersionResource::class =>
\ImportData\V1\Rest\Version\VersionResourceFactory::class,
],
],
];
......@@ -9,5 +9,4 @@ class Module implements ApigilityProviderInterface
{
return include __DIR__ . '/../config/module.config.php';
}
}
......@@ -2,7 +2,6 @@
namespace ImportData\V1\Entity\Db;
/**
* Doctorant
*/
......@@ -63,6 +62,4 @@ class Doctorant
{
$this->individuId = $individuId;
}
}
......@@ -2,7 +2,6 @@
namespace ImportData\V1\Entity\Db;
/**
* These
*/
......@@ -230,6 +229,4 @@ class Individu
{
$this->nationalite = $nationalite;
}
}
......@@ -2,7 +2,6 @@
namespace ImportData\V1\Entity\Db;
/**
* Role
*/
......@@ -76,6 +75,4 @@ class Role
{
$this->libCourtRole = $libCourtRole;
}
}
......@@ -2,7 +2,6 @@
namespace ImportData\V1\Entity\Db;
/**
* Source
*/
......@@ -80,7 +79,4 @@ class Source
{
$this->code = $code;
}
}
......@@ -2,7 +2,6 @@
namespace ImportData\V1\Entity\Db;
/**
* These
*/
......@@ -385,6 +384,4 @@ class These
{
$this->correctionAutorisee = $correctionAutorisee;
}
}
......@@ -2,7 +2,6 @@
namespace ImportData\V1\Entity\Db;
/**
* Variable
*/
......@@ -131,6 +130,4 @@ class Variable
{
$this->sourceId = $sourceId;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment