Skip to content

Commit

Permalink
Fix doc block to use correct element order
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Jun 11, 2019
1 parent a4d7dec commit cfd8256
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libraries/joomla/github/package/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
/**
* GitHub API DB class for the Joomla Platform.
*
* @documentation https://developer.github.com/v3/git/
*
* @since 3.1.4
* @deprecated 4.0 Use the `joomla/github` package via Composer instead
*
* https://developer.github.com/v3/git/
* Git DB API
*
Expand Down Expand Up @@ -46,6 +41,11 @@
*
* It might seem complex, but it’s actually pretty simple when you understand the model and it opens up a ton of
* things you could potentially do with the API.
*
* @documentation https://developer.github.com/v3/git/
*
* @since 3.1.4
* @deprecated 4.0 Use the `joomla/github` package via Composer instead
*/
class JGithubPackageData extends JGithubPackage
{
Expand Down

0 comments on commit cfd8256

Please sign in to comment.