Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eck
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
eck
Commits
689b866f
Commit
689b866f
authored
1 year ago
by
Dieter Holvoet
Committed by
Aaron Feledy
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3363498
: Wrong return type hint on EckEntityInterface setters
parent
4d894cdd
No related branches found
Branches containing commit
Tags
8.x-1.0-rc2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/EckEntityInterface.php
+2
-2
2 additions, 2 deletions
src/EckEntityInterface.php
with
2 additions
and
2 deletions
src/EckEntityInterface.php
+
2
−
2
View file @
689b866f
...
...
@@ -27,7 +27,7 @@ interface EckEntityInterface extends ContentEntityInterface, EntityOwnerInterfac
* @param int $timestamp
* The timestamp of the last entity save operation.
*
* @return
\Drupal\eck\EckEntityInterface
$this
* @return
static
$this
* The class instance that this method is called on.
*/
public
function
setChangedTime
(
$timestamp
);
...
...
@@ -47,7 +47,7 @@ interface EckEntityInterface extends ContentEntityInterface, EntityOwnerInterfac
* @param int $created
* The timestamp of when the entity was created.
*
* @return
\Drupal\eck\EckEntityInterface
* @return
static
* The class instance that this method is called on.
*/
public
function
setCreatedTime
(
$created
);
...
...
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