This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | php: | |
| preset: laravel | |
| risky: true | |
| enabled: | |
| - concat_with_spaces | |
| - align_equals | |
| - align_double_arrow | |
| - is_null | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| namespace Happywall\Library\Page; | |
| class StartPage extends Page | |
| { | |
| const TRACKING_PAGE_TYPE = 'start'; | |
| protected $popularWallpapers; | |
| protected $popularCanvases; | |
| /** | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php namespace Happywall\Library\Page; | |
| use Happywall\Exceptions\InvalidProductTypeException; | |
| use Happywall\Lio\Motiv\Motiv; | |
| use Happywall\Lio\Motiv\MotivRepository; | |
| use Happywall\Lio\Order\Order; | |
| use Happywall\Lio\Order\OrderRepository; | |
| use Happywall\Lio\Orderitem\OrderitemRepository; | |
| use Happywall\Lio\Relation\RelationRepository; | |
| use Illuminate\Events\Dispatcher; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php namespace Happywall\Library\Page; | |
| use Happywall\Exceptions\InvalidProductTypeException; | |
| use Happywall\Lio\Motiv\Motiv; | |
| use Happywall\Lio\Motiv\MotivRepository; | |
| use Happywall\Lio\Order\Order; | |
| use Happywall\Lio\Order\OrderRepository; | |
| use Happywall\Lio\Orderitem\OrderitemRepository; | |
| use Happywall\Lio\Relation\RelationRepository; | |
| use Illuminate\Events\Dispatcher; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Landscape phone to portrait tablet | |
| @media (max-width: 767px) { | |
| } | |
| // Landscape phones and down | |
| @media (max-width: 480px) { | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * @test | |
| * @dataProvider is_func_provider | |
| * @return void | |
| */ | |
| public function is_func($a, $expected) | |
| { | |
| $this->mockedOrder = $this->getMock('Order', | |
| array( | |
| 'a', | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $ git diff lib/express/plugins/body-decoder.js | |
| diff --git a/lib/express/plugins/body-decoder.js b/lib/express/plugins/body-decoder.js | |
| index 1d67ff4..4ec448c 100644 | |
| --- a/lib/express/plugins/body-decoder.js | |
| +++ b/lib/express/plugins/body-decoder.js | |
| @@ -22,7 +22,7 @@ exports.BodyDecoder = Plugin.extend({ | |
| var request = event.request | |
| if (request.header('Content-Type') && | |
| request.header('Content-Type').includes('application/x-www-form-urlencoded')) | |
| - request.params.post = queryString.parseQuery(request.body) |