Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
code
Commits
06bc0cdd
Commit
06bc0cdd
authored
Sep 29, 2023
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
php8.2
parent
cc384eda
No related branches found
No related tags found
No related merge requests found
Pipeline
#23552
passed
Sep 29, 2023
Stage: publish
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
composer.json
+2
-2
2 additions, 2 deletions
composer.json
src/Service/CollectorService.php
+3
-4
3 additions, 4 deletions
src/Service/CollectorService.php
with
5 additions
and
6 deletions
composer.json
+
2
−
2
View file @
06bc0cdd
...
...
@@ -2,9 +2,9 @@
"name"
:
"unicaen/code"
,
"description"
:
"Boite à outils pour la programmation avec la bibliothèque Unicaen"
,
"require"
:
{
"laminas/laminas-developer-tools"
:
"^2.
3
"
,
"laminas/laminas-developer-tools"
:
"^2.
8
"
,
"easybook/geshi"
:
">=1.0"
,
"laminas/laminas-file"
:
"^2.1
0
"
"laminas/laminas-file"
:
"^2.1
2
"
},
"autoload"
:
{
"psr-4"
:
{
...
...
This diff is collapsed.
Click to expand it.
src/Service/CollectorService.php
+
3
−
4
View file @
06bc0cdd
...
...
@@ -3,7 +3,6 @@
namespace
UnicaenCode\Service
;
use
Laminas\View\Helper\Url
;
use
Serializable
;
use
Laminas\Mvc\MvcEvent
;
use
UnicaenCode\Service\Traits\ConfigServiceAwareTrait
;
use
Laminas\DeveloperTools\Collector\CollectorInterface
;
...
...
@@ -13,7 +12,7 @@ use Laminas\DeveloperTools\Collector\CollectorInterface;
*
* @author Laurent LÉCLUSE <laurent.lecluse at unicaen.fr>
*/
class
CollectorService
implements
CollectorInterface
,
Serializable
class
CollectorService
implements
CollectorInterface
{
use
ConfigServiceAwareTrait
;
...
...
@@ -101,7 +100,7 @@ class CollectorService implements CollectorInterface, Serializable
/**
* {@inheritDoc}
*/
public
function
serialize
()
public
function
__
serialize
()
{
return
[];
}
...
...
@@ -111,7 +110,7 @@ class CollectorService implements CollectorInterface, Serializable
/**
* {@inheritDoc}
*/
public
function
unserialize
(
$serialized
)
public
function
__
unserialize
(
$serialized
)
{
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment