Skip to content
Snippets Groups Projects
  1. May 31, 2016
    • Andy Summers's avatar
      Merge branch 'null-cost' into 'master' · 2c4c8e0e
      Andy Summers authored
      Allow `null` in Product::setCost()
      
      PHP type hinting prevents anything other than the hinted type from being
      passed to a function. This includes `null`, and we don't want to require
      a product cost always be added when adding a product in Magento. Adding
      the default `= null` to the parameter allows `null` to be passed to the
      function.
      
      Please review: @ahoffmann @weizhong-wang @lloyd-carter 
      
      See merge request !22
      2c4c8e0e
  2. May 23, 2016
    • Andy Summers's avatar
      Allow `null` in Product::setCost() · be161645
      Andy Summers authored
      PHP type hinting prevents anything other than the hinted type from being
      passed to a function. This includes `null`, and we don't want to require
      a product cost always be added when adding a product in Magento. Adding
      the default `= null` to the parameter allows `null` to be passed to the
      function.
      be161645
  3. May 18, 2016
  4. May 11, 2016
  5. Apr 29, 2016
  6. Apr 28, 2016
  7. Apr 26, 2016
  8. Apr 25, 2016
  9. Apr 22, 2016
  10. Apr 21, 2016
  11. Apr 13, 2016
Loading