Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
typed data system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jun 2018 at 09:51 UTC
Updated:
29 Jun 2018 at 11:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dawehnerNice!
Comment #3
eli-on-drupal commentedI added the type hint and removed the @todo for the issue.
Comment #4
amateescu commentedThanks, @eliclaggett, looks great! Just a tiny coding style issue left:
There's an extra empty line here that should be removed, just after the line with
@see.Comment #5
eli-on-drupal commentedOops, here is a fixed version.
Comment #6
amateescu commentedPerfect!
Comment #7
catchThis is just a constructor change so fine to do.
Committed 5983353 and pushed to 8.6.x. Thanks!