Copyright year updates
This commit is contained in:
parent
ec1be166d8
commit
6eabb6b846
3 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ endglobal
|
|||
snippet class
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright 2016 ${1:Redbox Digital}
|
||||
* @copyright Copyright 2017 ${1:Redbox Digital}
|
||||
*/
|
||||
|
||||
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};
|
||||
|
@ -28,7 +28,7 @@ endsnippet
|
|||
snippet interface
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright 2016 ${1:Redbox Digital}
|
||||
* @copyright Copyright 2017 ${1:Redbox Digital}
|
||||
*/
|
||||
|
||||
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};
|
||||
|
|
|
@ -12,7 +12,7 @@ endglobal
|
|||
snippet mcomponent
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright 2016 ${1:Redbox Digital}
|
||||
* @copyright Copyright 2017 ${1:Redbox Digital}
|
||||
*/
|
||||
|
||||
use Magento\\Framework\\Component\\ComponentRegistrar;
|
||||
|
@ -27,7 +27,7 @@ endsnippet
|
|||
snippet mcontroller
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright 2016 ${1:Redbox Digital}
|
||||
* @copyright Copyright 2017 ${1:Redbox Digital}
|
||||
*/
|
||||
|
||||
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};
|
||||
|
@ -70,7 +70,7 @@ endsnippet
|
|||
snippet mblock
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright 2016 ${1:Redbox Digital}
|
||||
* @copyright Copyright 2017 ${1:Redbox Digital}
|
||||
*/
|
||||
|
||||
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};
|
||||
|
|
|
@ -12,7 +12,7 @@ endglobal
|
|||
snippet utest
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright 2016 ${1:Redbox Digital}
|
||||
* @copyright Copyright 2017 ${1:Redbox Digital}
|
||||
*/
|
||||
|
||||
namespace ${2:`!p snip.rv = get_namespace(full_path(path))`};
|
||||
|
|
Loading…
Add table
Reference in a new issue