Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Miscellaneous coding style improvements.
Browse files Browse the repository at this point in the history
Added EOF newlines
Fixed partial namespace in type hinting.
  • Loading branch information
dpi committed Mar 11, 2016
1 parent 072a3b5 commit 8a2567d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rng_debug/rng_debug.links.task.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rng_debug.local_tasks:
class: \Drupal\Core\Menu\LocalTaskDefault
deriver: \Drupal\rng_debug\Plugin\Derivative\LocalTasks
deriver: \Drupal\rng_debug\Plugin\Derivative\LocalTasks
2 changes: 1 addition & 1 deletion rng_debug/rng_debug.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ services:
class: Drupal\rng_debug\Routing\RouteSubscriber
arguments: ['@entity.manager', '@rng.event_manager']
tags:
- { name: event_subscriber }
- { name: event_subscriber }
2 changes: 1 addition & 1 deletion src/EventMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EventMeta implements EventMetaInterface {
/**
* The entity query factory.
*
* @var EntityInterface
* @var \Drupal\Core\Entity\EntityInterface
*/
protected $entity;

Expand Down

0 comments on commit 8a2567d

Please sign in to comment.