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
renderer
Commits
b94b3323
Commit
b94b3323
authored
Nov 08, 2021
by
Jean-Philippe Metivier
Browse files
Correction du typage du retour
parent
27207582
Pipeline
#11401
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenRenderer/Entity/Db/Rendu.php
View file @
b94b3323
...
...
@@ -37,9 +37,9 @@ class Rendu implements ResourceInterface
}
/**
* @return Template
* @return Template
|null
*/
public
function
getTemplate
():
Template
public
function
getTemplate
():
?
Template
{
return
$this
->
template
;
}
...
...
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