Completed
Push — master ( 24a4dc...fe3ba7 )
by Ricardo
04:03
created
src/ActiveDirectory/LDAP.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 use Cartalyst\Sentinel\Users\EloquentUser;
7 7
 use Fabrica\Acl\Eloquent\Group;
8 8
 
9
-use Sentinel;
10 9
 use DB;
11 10
 use Exception;
11
+use Sentinel;
12 12
 
13 13
 class LDAP
14 14
 {
Please login to merge, or discard this patch.
src/Bundle/CoreBundle/Test/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     /**
104 104
      * Defines the repository pool to use for the client.
105 105
      *
106
-     * @param Fabrica\Bundle\CoreBundle\Git\RepositoryPool $repositoryPool The
106
+     * @param RepositoryPool $repositoryPool The
107 107
      *                                                                     repository pool to set
108 108
      */
109 109
     public function setRepositoryPool(RepositoryPool $repositoryPool)
Please login to merge, or discard this patch.
src/Http/Api/CalendarController.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * fetch the year dates .
55 55
      *
56
-     * @param  number $year
56
+     * @param  integer $year
57 57
      * @return array
58 58
      */
59 59
     public function getYearDates($year)
@@ -87,9 +87,9 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * convert the solar to lunar.
89 89
      *
90
-     * @param  number $year
91
-     * @param  number $month
92
-     * @param  number $day
90
+     * @param  string $year
91
+     * @param  integer $month
92
+     * @param  integer $day
93 93
      * @return array
94 94
      */
95 95
     private function convert2lunar($year, $month, $day)
@@ -199,7 +199,6 @@  discard block
 block discarded – undo
199 199
     /**
200 200
      * sync the year singular calendars.
201 201
      *
202
-     * @param   string $year
203 202
      * @@return array
204 203
      */
205 204
     public function sync(Request $request)
Please login to merge, or discard this patch.
src/Http/Api/Controller.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -50,6 +50,7 @@  discard block
 block discarded – undo
50 50
      * string $project_key
51 51
      * string $permission
52 52
      *
53
+     * @param string $permission
53 54
      * @return bool
54 55
      */
55 56
     public function isPermissionAllowed($project_key, $permission, $user_id='')
@@ -73,6 +74,7 @@  discard block
 block discarded – undo
73 74
     /**
74 75
      * check if the field is used by issue.
75 76
      *
77
+     * @param string $field_key
76 78
      * @return true 
77 79
      */
78 80
     public function isFieldUsedByIssue($project_key, $field_key, $field, $ext_info='')
Please login to merge, or discard this patch.
src/Http/Api/DocumentController.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
      * @param  array  $dt
145 145
      * @param  string $parent_id
146 146
      * @param  array  $sub_dirs
147
-     * @return void
147
+     * @return boolean
148 148
      */
149 149
     public function addChildren2Tree(&$dt, $parent_id, $sub_dirs)
150 150
     {
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
      *
357 357
      * @param  string $project_key
358 358
      * @param  string $directory
359
-     * @return array
359
+     * @return string[]
360 360
      */
361 361
     public function getParentTree($project_key, $directory)
362 362
     {
@@ -742,6 +742,7 @@  discard block
 block discarded – undo
742 742
      *
743 743
      * @param  String $name
744 744
      * @param  String $directory
745
+     * @param string $project_key
745 746
      * @return \Illuminate\Http\Response
746 747
      */
747 748
     public function downloadFolder($project_key, $name, $directory)
Please login to merge, or discard this patch.
src/Http/Api/EpicController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,6 @@
 block discarded – undo
236 236
     /**
237 237
      * update the issues epic
238 238
      *
239
-     * @param  array  $issues
240 239
      * @param  string $source
241 240
      * @param  string $dest
242 241
      * @return \Illuminate\Http\Response
Please login to merge, or discard this patch.
src/Http/Api/ExternalUsersController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * handle the external user.
28 28
      *
29
-     * @param  int $id
30 29
      * @return \Illuminate\Http\Response
31 30
      */
32 31
     public function handle(Request $request, $project_key)
Please login to merge, or discard this patch.
src/Http/Api/IssueController.php 1 patch
Doc Comments   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -732,7 +732,7 @@  discard block
 block discarded – undo
732 732
      *
733 733
      * @param  string $project_key
734 734
      * @param  array  $labels
735
-     * @return void
735
+     * @return boolean
736 736
      */
737 737
     public function createLabels($project_key, $labels)
738 738
     {
@@ -803,7 +803,7 @@  discard block
 block discarded – undo
803 803
      * get valid keys by schema
804 804
      *
805 805
      * @param  array $schema
806
-     * @return array
806
+     * @return string[]
807 807
      */
808 808
     public function getValidKeysBySchema($schema=[])
809 809
     {
@@ -1305,7 +1305,6 @@  discard block
 block discarded – undo
1305 1305
      *
1306 1306
      * @param  string $project_key
1307 1307
      * @param  string $id
1308
-     * @param  string $action_id
1309 1308
      * @return \Illuminate\Http\Response
1310 1309
      */
1311 1310
     public function doAction(Request $request, $project_key, $id, $workflow_id)
@@ -1415,7 +1414,6 @@  discard block
 block discarded – undo
1415 1414
      * copy issue.
1416 1415
      *
1417 1416
      * @param  string $project_key
1418
-     * @param  string $id
1419 1417
      * @return \Illuminate\Http\Response
1420 1418
      */
1421 1419
     public function copy(Request $request, $project_key)
@@ -1740,7 +1738,7 @@  discard block
 block discarded – undo
1740 1738
     /**
1741 1739
      * flat issues from 2d to 1d.
1742 1740
      *
1743
-     * @param  array $classifiedissues
1741
+     * @param  array $classified_issues
1744 1742
      * @return array
1745 1743
      */
1746 1744
     public function flatIssues($classified_issues)
Please login to merge, or discard this patch.
src/Http/Api/LabelsController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,6 @@
 block discarded – undo
166 166
     /**
167 167
      * update the issues label
168 168
      *
169
-     * @param  array  $issues
170 169
      * @param  string $source
171 170
      * @param  string $dest
172 171
      * @return \Illuminate\Http\Response
Please login to merge, or discard this patch.