Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit 8456002

Browse files
committed
More docblock fixing
1 parent 7d2d445 commit 8456002

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

src/Portal.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,9 @@
2929
use yii\web\NotFoundHttpException;
3030

3131
/**
32-
* Craft plugins are very much like little applications in and of themselves. We’ve made
33-
* it as simple as we can, but the training wheels are off. A little prior knowledge is
34-
* going to be required to write a plugin.
35-
*
36-
* For the purposes of the plugin docs, we’re going to assume that you know PHP and SQL,
37-
* as well as some semi-advanced concepts like object-oriented programming and PHP namespaces.
38-
*
39-
* https://craftcms.com/docs/plugins/introduction
40-
*
4132
* @author Angell & Co
4233
* @package Portal
43-
* @since 0.1.0
34+
* @since 1.0.0
4435
*
4536
* @property TargetsService $targets
4637
* @method Settings getSettings()

src/models/Target.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author Angell & Co
3030
* @package Portal
31-
* @since 0.1.0
31+
* @since 1.0.0
3232
*/
3333
class Target extends Model
3434
{

src/models/Target_SiteSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* @author Angell & Co
3333
* @package Portal
34-
* @since 0.1.0
34+
* @since 1.0.0
3535
*/
3636
class Target_SiteSettings extends Model
3737
{

src/services/Targets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* @author Angell & Co
3333
* @package Portal
34-
* @since 0.1.0
34+
* @since 1.0.0
3535
*/
3636
class Targets extends Component
3737
{

0 commit comments

Comments
 (0)