phpcs and phpstan fixes
This commit is contained in:
@@ -9,8 +9,9 @@ use Cake\Log\Log;
|
||||
/**
|
||||
* CartItems Controller
|
||||
*
|
||||
* @property \CakeCarts\Controller\Component\ShoppingCartComponent $ShoppingCart
|
||||
* @property \CakeCarts\Model\Table\CartItemsTable $CartItems
|
||||
* @property \Authorization\Controller\Component\AuthorizationComponent $Authorization
|
||||
* @property \Authorization\Controller\Component\AuthorizationComponent|null $Authorization
|
||||
*/
|
||||
class CartItemsController extends AppController {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user