Skip to content

Commit

Permalink
Comments refactoring to 1.1.2
Browse files Browse the repository at this point in the history
Updating file version of updated files.
  • Loading branch information
amostajo committed Jan 12, 2020
1 parent a6ad6ac commit 3c02f25
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/AddCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.1.0
* @version 1.1.2
*/
class AddCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/Base/BaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.0.1
* @version 1.1.2
*/
class BaseCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.1.0
* @version 1.1.2
*/
class GenerateCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/RegisterCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.0.1
* @version 1.1.2
*/
class RegisterCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/SetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.1.0
* @version 1.1.2
*/
class SetCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/SetupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.1.0
* @version 1.1.2
*/
class SetupCommand extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/CreateControllerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.0.0
* @version 1.1.2
*/
trait CreateControllerTrait
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/GeneratePotTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.1.0
* @version 1.1.2
*/
trait GeneratePotTrait
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/HooksTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.0.0
* @version 1.1.2
*/
trait HooksTrait
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/RegisterWidgetTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.0.0
* @version 1.1.2
*/
trait RegisterWidgetTrait
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/SetTextDomainTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.1.1
* @version 1.1.2
*/
trait SetTextDomainTrait
{
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/SetVersionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 10Quality <http://www.10quality.com>
* @license MIT
* @package WPMVC\Commands
* @version 1.0.4
* @version 1.1.2
*/
trait SetVersionTrait
{
Expand Down

0 comments on commit 3c02f25

Please sign in to comment.