Skip to content

Commit a79eaaf

Browse files
committed
PHPCS
1 parent 7975c88 commit a79eaaf

39 files changed

Lines changed: 42 additions & 42 deletions

src/Package/Activity/Events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API Activity Events class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/activity/events/
16+
* @link https://developer.github.com/v3/activity/events/
1717
*
1818
* @since 1.0
1919
*/

src/Package/Activity/Notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* GitHub API Activity Events class for the Joomla Framework.
1616
*
17-
* @link https://developer.github.com/v3/activity/notifications/
17+
* @link https://developer.github.com/v3/activity/notifications/
1818
*
1919
* @since 1.0
2020
*/

src/Package/Activity/Starring.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* GitHub API Activity Events class for the Joomla Framework.
1616
*
17-
* @link https://developer.github.com/v3/activity/starring/
17+
* @link https://developer.github.com/v3/activity/starring/
1818
*
1919
* @since 1.0
2020
*/

src/Package/Activity/Watching.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API Activity Watching Events class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/activity/watching/
16+
* @link https://developer.github.com/v3/activity/watching/
1717
*
1818
* @since 1.0
1919
*/

src/Package/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API DB class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/git/
16+
* @link https://developer.github.com/v3/git/
1717
*
1818
* @since 1.0
1919
* http://developer.github.com/v3/git/

src/Package/Data/Blobs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* takes an encoding parameter that can be either utf-8 or base64. If your data cannot be
1818
* losslessly sent as a UTF-8 string, you can base64 encode it.
1919
*
20-
* @link https://developer.github.com/v3/git/blobs/
20+
* @link https://developer.github.com/v3/git/blobs/
2121
*
2222
* @since 1.0
2323
*/

src/Package/Data/Commits.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API Data Commits class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/git/commits/
16+
* @link https://developer.github.com/v3/git/commits/
1717
*
1818
* @since 1.0
1919
*/

src/Package/Data/Refs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API References class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/git/refs/
16+
* @link https://developer.github.com/v3/git/refs/
1717
*
1818
* @since 1.0
1919
*/

src/Package/Data/Tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* This tags API only deals with tag objects - so only annotated tags, not lightweight tags.
1717
*
18-
* @link https://developer.github.com/v3/git/tags/
18+
* @link https://developer.github.com/v3/git/tags/
1919
*
2020
* @since 1.0
2121
*/

src/Package/Data/Trees.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* GitHub API Data Trees class for the Joomla Framework.
1515
*
16-
* @link https://developer.github.com/v3/git/trees/
16+
* @link https://developer.github.com/v3/git/trees/
1717
*
1818
* @since 1.0
1919
*/

0 commit comments

Comments
 (0)