Skip to content

Commit cafd357

Browse files
committed
more csfix
1 parent 5a37ec2 commit cafd357

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

lib/Bitbucket/API/Authentication/Basic.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class Basic implements AuthenticationInterface
3333
private $password;
3434

3535
/**
36-
* @param string $username API Username
37-
* @param string $password API Password
36+
* @param string $username API Username
37+
* @param string $password API Password
3838
*/
3939
public function __construct($username, $password)
4040
{

lib/Bitbucket/API/Groups.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Bitbucket\API;
1313

14-
1514
/**
1615
* Provides functionality for querying information about groups,
1716
* creating new ones, updating memberships, and deleting them.

lib/Bitbucket/API/Http/Listener/OAuthListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ protected function getSigner()
215215

216216
return new $class;
217217
}
218-
}
218+
}

lib/Bitbucket/API/Repositories/Changesets/Comments.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ public function create($account, $repo, $node, $content, $options = array())
9595
* 'filename' (string) = A String representing a filename in the changeset to which this comment applies.
9696
* </example>
9797
*
98-
* @param string $account The team or individual account owning the repo.
99-
* @param string $repo The repo identifier.
100-
* @param string $node The raw_node changeset identifier.
101-
* @param int $commentID The comment identifier.
102-
* @param string $content Comment content.
103-
* @param array $options The rest of available options
98+
* @param string $account The team or individual account owning the repo.
99+
* @param string $repo The repo identifier.
100+
* @param string $node The raw_node changeset identifier.
101+
* @param int $commentID The comment identifier.
102+
* @param string $content Comment content.
103+
* @param array $options The rest of available options
104104
* @return mixed
105105
*
106106
* @see https://confluence.atlassian.com/x/6A2mEQ

lib/Bitbucket/API/Repositories/Events.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class Events extends API\Api
2828
* Available `$options`:
2929
*
3030
* <example>
31-
* 'start' (int) = An integer specifying the offset to start with. By default, this call starts with 0.
32-
* 'limit' (int) = An integer specifying the number of events to return. (0 - 50 range)
33-
* 'type' (string) = The event type to return.
31+
* 'start' (int) = An integer specifying the offset to start with. By default, this call starts with 0.
32+
* 'limit' (int) = An integer specifying the number of events to return. (0 - 50 range)
33+
* 'type' (string) = The event type to return.
3434
* </example>
3535
*
3636
* @access public

0 commit comments

Comments
 (0)