Skip to content

Commit

Permalink
refactor: Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 11, 2024
1 parent e71fe5d commit 5744a8d
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/Autocomplete.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Autocomplete plugin for Craft CMS 3.x
* Autocomplete module for Craft CMS
*
* Provides Twig template IDE autocomplete of Craft CMS & plugin variables
*
* @link https://nystudio107.com
* @link https://putyourlightson.com
* @copyright Copyright (c) 2021 nystudio107
* @copyright Copyright (c) 2021 PutYourLightsOn
* @copyright Copyright (c) nystudio107
* @copyright Copyright (c) PutYourLightsOn
*/

namespace nystudio107\autocomplete;
Expand Down
6 changes: 3 additions & 3 deletions src/base/Generator.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Autocomplete plugin for Craft CMS 3.x
* Autocomplete module for Craft CMS
*
* Provides Twig template IDE autocomplete of Craft CMS & plugin variables
*
* @link https://nystudio107.com
* @link https://putyourlightson.com
* @copyright Copyright (c) 2021 nystudio107
* @copyright Copyright (c) 2021 PutYourLightsOn
* @copyright Copyright (c) nystudio107
* @copyright Copyright (c) PutYourLightsOn
*/

namespace nystudio107\autocomplete\base;
Expand Down
6 changes: 3 additions & 3 deletions src/base/GeneratorInterface.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Autocomplete plugin for Craft CMS 3.x
* Autocomplete module for Craft CMS
*
* Provides Twig template IDE autocomplete of Craft CMS & plugin variables
*
* @link https://nystudio107.com
* @link https://putyourlightson.com
* @copyright Copyright (c) 2021 nystudio107
* @copyright Copyright (c) 2021 PutYourLightsOn
* @copyright Copyright (c) nystudio107
* @copyright Copyright (c) PutYourLightsOn
*/

namespace nystudio107\autocomplete\base;
Expand Down
6 changes: 3 additions & 3 deletions src/console/controllers/AutocompleteController.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Autocomplete plugin for Craft CMS 3.x
* Autocomplete module for Craft CMS
*
* Provides Twig template IDE autocomplete of Craft CMS & plugin variables
*
* @link https://nystudio107.com
* @link https://putyourlightson.com
* @copyright Copyright (c) 2021 nystudio107
* @copyright Copyright (c) 2021 PutYourLightsOn
* @copyright Copyright (c) nystudio107
* @copyright Copyright (c) PutYourLightsOn
*/

namespace nystudio107\autocomplete\console\controllers;
Expand Down
6 changes: 3 additions & 3 deletions src/events/DefineGeneratorValuesEvent.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Autocomplete plugin for Craft CMS 3.x
* Autocomplete module for Craft CMS
*
* Provides Twig template IDE autocomplete of Craft CMS & plugin variables
*
* @link https://nystudio107.com
* @link https://putyourlightson.com
* @copyright Copyright (c) 2021 nystudio107
* @copyright Copyright (c) 2021 PutYourLightsOn
* @copyright Copyright (c) nystudio107
* @copyright Copyright (c) PutYourLightsOn
*/

namespace nystudio107\autocomplete\events;
Expand Down
6 changes: 3 additions & 3 deletions src/generators/AutocompleteTwigExtensionGenerator.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Autocomplete plugin for Craft CMS 3.x
* Autocomplete module for Craft CMS
*
* Provides Twig template IDE autocomplete of Craft CMS & plugin variables
*
* @link https://nystudio107.com
* @link https://putyourlightson.com
* @copyright Copyright (c) 2021 nystudio107
* @copyright Copyright (c) 2021 PutYourLightsOn
* @copyright Copyright (c) nystudio107
* @copyright Copyright (c) PutYourLightsOn
*/

namespace nystudio107\autocomplete\generators;
Expand Down
6 changes: 3 additions & 3 deletions src/generators/AutocompleteVariableGenerator.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Autocomplete plugin for Craft CMS 3.x
* Autocomplete module for Craft CMS
*
* Provides Twig template IDE autocomplete of Craft CMS & plugin variables
*
* @link https://nystudio107.com
* @link https://putyourlightson.com
* @copyright Copyright (c) 2021 nystudio107
* @copyright Copyright (c) 2021 PutYourLightsOn
* @copyright Copyright (c) nystudio107
* @copyright Copyright (c) PutYourLightsOn
*/

namespace nystudio107\autocomplete\generators;
Expand Down

0 comments on commit 5744a8d

Please sign in to comment.