Skip to content

Commit

Permalink
Fix phpdocs. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Oct 23, 2023
1 parent c1219d2 commit 1cd3525
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/AuthAction.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/BaseClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/BaseOAuth.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/CacheStateStorage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/ClientErrorResponseException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/ClientInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/Collection.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/InvalidResponseException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/OAuth1.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/OAuth2.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/OAuthToken.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/OpenId.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/OpenIdConnect.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/SessionStateStorage.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/StateStorageInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/Facebook.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/GitHub.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/Google.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/GoogleHybrid.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/LinkedIn.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/Live.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/Twitter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/TwitterOAuth2.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/VKontakte.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/clients/Yandex.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/signature/BaseMethod.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/signature/HmacSha.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/signature/HmacSha1.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/signature/PlainText.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/signature/RsaSha.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/signature/RsaSha1.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/widgets/AuthChoice.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/widgets/AuthChoiceAsset.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/widgets/AuthChoiceItem.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/widgets/AuthChoiceStyleAsset.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down
1 change: 1 addition & 0 deletions src/widgets/GooglePlusButton.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

declare(strict_types=1);

/**
* @link https://www.yiiframework.com/
*
Expand Down

0 comments on commit 1cd3525

Please sign in to comment.