Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Tagging 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dongilbert committed Feb 8, 2014
1 parent bcd1c81 commit f8a2343
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ColorProcessor implements ProcessorInterface
/**
* Class constructor
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
public function __construct()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Class ProcessorInterface.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
interface ProcessorInterface
{
Expand All @@ -22,7 +22,7 @@ interface ProcessorInterface
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
public function process($output);
}
4 changes: 2 additions & 2 deletions src/Joomla/Database/Sqlite/SqliteQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function &getBounded($key = null)
*
* @return string The required char length call.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
public function charLength($field, $operator = null, $condition = null)
{
Expand Down Expand Up @@ -171,7 +171,7 @@ public function clear($clause = null)
*
* @return string The concatenated values.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
public function concatenate($values, $separator = null)
{
Expand Down
10 changes: 5 additions & 5 deletions src/Joomla/Github/Package/Repositories/Releases.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @documentation http://developer.github.com/v3/repos/releases
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
class Releases extends AbstractPackage
{
Expand All @@ -37,7 +37,7 @@ class Releases extends AbstractPackage
* @return object
*
* @link http://developer.github.com/v3/repos/releases/#create-a-release
* @since __DEPLOY_VERSION__
* @since 1.1.0
*/
public function create($user, $repo, $tagName, $targetCommitish = '', $name = '', $body = '', $draft = false, $preRelease = false)
{
Expand Down Expand Up @@ -79,7 +79,7 @@ public function create($user, $repo, $tagName, $targetCommitish = '', $name = ''
* @return object
*
* @link http://developer.github.com/v3/repos/releases/#edit-a-release
* @since __DEPLOY_VERSION__
* @since 1.1.0
* @throws \DomainException
*/
public function edit($user, $repo, $releaseId, $tagName,
Expand Down Expand Up @@ -134,7 +134,7 @@ public function edit($user, $repo, $releaseId, $tagName,
*
* @return object
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
* @throws \DomainException
*/
public function get($user, $repo, $ref)
Expand All @@ -156,7 +156,7 @@ public function get($user, $repo, $ref)
*
* @return array An associative array of releases keyed by the tag name.
*
* @since __DEPLOY_VERSION__
* @since 1.1.0
* @throws \DomainException
*/
public function getList($user, $repo, $page = 0, $limit = 0)
Expand Down

0 comments on commit f8a2343

Please sign in to comment.