Completed
Push — master ( d208aa...25518b )
by Lars
12:37
created
src/Intraface/Redirect.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * Creates a redirect object on the go page
144 144
      *
145
-     * @param object $kernel kernel
145
+     * @param FakeRedirectKernel $kernel kernel
146 146
      * @param string $query_variable the variable used in the querystring for going to the redirect page
147 147
      * @param string $query_return_variable the variable  used in the querystring when returning from the redirect page.
148 148
      *
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
      * @param string $query_variable the variable used in the querystring for going to the redirect page
192 192
      * @param string $query_return_variable the variable  used in the querystring when returning from the redirect page.
193 193
      *
194
-     * @return object
194
+     * @return string
195 195
      */
196 196
     static function factory($kernel, $type, $query_variable = 'redirect_id', $query_return_variable = 'return_redirect_id')
197 197
     {
Please login to merge, or discard this patch.
src/Intraface/Setting.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -115,6 +115,7 @@
 block discarded – undo
115 115
      * @param string  $type    Can be either system, intranet, user
116 116
      * @param string  $setting The actual setting
117 117
      * @param integer $sub_id  @todo What is this exactly
118
+     * @param integer $value
118 119
      *
119 120
      * @return boolean
120 121
      */
Please login to merge, or discard this patch.
src/Intraface/shared/keyword/Keyword.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
272 272
     /**
273 273
      * Adds keyword to object
274 274
      *
275
-     * @param integer $keyword_id
275
+     * @param integer $keyword
276 276
      *
277 277
      * @return boolean
278 278
      */
Please login to merge, or discard this patch.
src/Intraface/User.php 1 patch
Doc Comments   +7 added lines, -3 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Load
106 106
      *
107
-     * @return void
107
+     * @return integer
108 108
      */
109 109
     protected function load()
110 110
     {
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
      * @param integer $module
257 257
      * @param integer $intranet_id
258 258
      *
259
-     * @return integer
259
+     * @return boolean
260 260
      */
261 261
     public function hasModuleAccess($module, $intranet_id = 0)
262 262
     {
@@ -459,6 +459,7 @@  discard block
 block discarded – undo
459 459
     /**
460 460
      * Sets active intranet_id
461 461
      *
462
+     * @param integer $id
462 463
      * @return boolean
463 464
      */
464 465
     public function setActiveIntranetId($id)
@@ -500,7 +501,7 @@  discard block
 block discarded – undo
500 501
      *
501 502
      * @param array $input
502 503
      *
503
-     * @return boolean
504
+     * @return boolean|null
504 505
      */
505 506
     protected function validate(&$input)
506 507
     {
@@ -553,6 +554,9 @@  discard block
 block discarded – undo
553 554
         return true;
554 555
     }
555 556
 
557
+    /**
558
+     * @param string $email
559
+     */
556 560
     function generateNewPassword($email)
557 561
     {
558 562
         if (!Validate::email($email)) {
Please login to merge, or discard this patch.
src/Intraface/Weblogin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Constructor
27 27
      *
28
-     * @param $session_id Session id
28
+     * @param string $session_id Session id
29 29
      * @param $intranet   Intranet
30 30
      *
31 31
      * @return void
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
      * @param string  $text              Extra text to the itemline
261 261
      * @param integer $product_detail_id Product detail id
262 262
      *
263
-     * @return mixed
263
+     * @return boolean
264 264
      */
265 265
     public function changeProductInBasket($credentials, $product_id, $quantity, $text = '', $product_detail_id = 0)
266 266
     {
@@ -607,7 +607,7 @@  discard block
 block discarded – undo
607 607
      *
608 608
      * @param struct $credentials Credentials to use the server
609 609
      *
610
-     * @return array
610
+     * @return boolean
611 611
      */
612 612
     private function checkCredentials($credentials)
613 613
     {
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server0004.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -399,7 +399,6 @@  discard block
 block discarded – undo
399 399
      *
400 400
      * @param struct  $credentials Credentials to use the server
401 401
      * @param integer $shop_id    Id for the shop
402
-     * @param integer $id          Product id
403 402
      *
404 403
      * @return array
405 404
      */
@@ -578,7 +577,7 @@  discard block
 block discarded – undo
578 577
      *
579 578
      * @param struct  $credentials       Credentials to use the server
580 579
      * @param integer $shop_id    Id for the shop
581
-     * @param integer $produt_id         Product id to add
580
+     * @param integer $product_id         Product id to add
582 581
      * @param integer $product_variation_id Product variation id to change
583 582
      * @param integer $quantity          Optional quantity
584 583
      * @param string  $text              Extra text to the itemline
@@ -621,7 +620,7 @@  discard block
 block discarded – undo
621 620
      * @param string  $text              Extra text to the itemline
622 621
      * @param integer $product_detail_id Product detail id
623 622
      *
624
-     * @return mixed
623
+     * @return boolean
625 624
      */
626 625
     public function changeProductInBasket($credentials, $shop_id, $product_id, $product_variation_id, $quantity, $text = '', $product_detail_id = 0)
627 626
     {
@@ -1077,6 +1076,7 @@  discard block
 block discarded – undo
1077 1076
     /**
1078 1077
      * Initialize the webshop
1079 1078
      *
1079
+     * @param integer $shop_id
1080 1080
      * @return void
1081 1081
      */
1082 1082
     private function _factoryWebshop($shop_id)
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server0100.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -250,6 +250,7 @@  discard block
 block discarded – undo
250 250
      * Formats array to return from product list from Doctrine
251 251
      *
252 252
      * @param object $doctrine_products Doctrine_Collection
253
+     * @param integer $attribute_id
253 254
      * @return array with products
254 255
      */
255 256
     private function createDoctrineProductsListArray($doctrine_products, $attribute_id = null)
@@ -563,7 +564,6 @@  discard block
 block discarded – undo
563 564
      *
564 565
      * @param struct  $credentials Credentials to use the server
565 566
      * @param integer $shop_id    Id for the shop
566
-     * @param integer $id          Product id
567 567
      *
568 568
      * @return array
569 569
      */
@@ -741,7 +741,7 @@  discard block
 block discarded – undo
741 741
      *
742 742
      * @param struct  $credentials       Credentials to use the server
743 743
      * @param integer $shop_id    Id for the shop
744
-     * @param integer $produt_id         Product id to add
744
+     * @param integer $product_id         Product id to add
745 745
      * @param integer $product_variation_id Product variation id to change
746 746
      * @param integer $quantity          Optional quantity
747 747
      * @param string  $text              Extra text to the itemline
@@ -784,7 +784,7 @@  discard block
 block discarded – undo
784 784
      * @param string  $text              Extra text to the itemline
785 785
      * @param integer $product_detail_id Product detail id
786 786
      *
787
-     * @return mixed
787
+     * @return boolean
788 788
      */
789 789
     public function changeProductInBasket($credentials, $shop_id, $product_id, $product_variation_id, $quantity, $text = '', $product_detail_id = 0)
790 790
     {
@@ -1238,6 +1238,7 @@  discard block
 block discarded – undo
1238 1238
     /**
1239 1239
      * Initialize the webshop
1240 1240
      *
1241
+     * @param integer $shop_id
1241 1242
      * @return void
1242 1243
      */
1243 1244
     private function _factoryWebshop($shop_id)
Please login to merge, or discard this patch.
tests/unit/CMS/CMSStubs.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -8,6 +8,10 @@  discard block
 block discarded – undo
8 8
     public $kernel;
9 9
     public $cmssite;
10 10
     public $dbquery;
11
+
12
+    /**
13
+     * @param FakeCMSSite $site
14
+     */
11 15
     function __construct($site)
12 16
     {
13 17
         $this->cmssite = $site;
@@ -37,6 +41,10 @@  discard block
 block discarded – undo
37 41
 {
38 42
     public $kernel;
39 43
     public $cmssite;
44
+
45
+    /**
46
+     * @param FakeCMSPage $page
47
+     */
40 48
     function __construct($page)
41 49
     {
42 50
         $this->cmspage = $page;
Please login to merge, or discard this patch.