Rename interfaces, unset after unwrapping

This commit is contained in:
QWp6t
2015-12-18 18:55:19 -08:00
committed by Ben Word
parent 9eaffa3a2d
commit 97906e97e9
7 changed files with 19 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
* @package Roots\Sage
* @author QWp6t
*/
class JsonManifest implements IManifest {
class JsonManifest implements ManifestInterface {
/** @var array */
protected $manifest = [];

View File

@@ -1,11 +1,11 @@
<?php namespace Roots\Sage\Assets;
/**
* Interface IManifest
* Interface ManifestInterface
* @package Roots\Sage
* @author QWp6t
*/
interface IManifest {
interface ManifestInterface {
/**
* Get the cache-busted filename