Skip to content
Snippets Groups Projects
  1. Dec 22, 2016
  2. Dec 21, 2016
  3. Dec 12, 2016
  4. Dec 05, 2016
  5. Dec 03, 2016
  6. Nov 24, 2016
  7. Nov 22, 2016
  8. Nov 15, 2016
  9. Nov 14, 2016
  10. Nov 07, 2016
  11. Nov 03, 2016
  12. Oct 27, 2016
  13. Oct 25, 2016
  14. Oct 12, 2016
  15. Oct 11, 2016
  16. Oct 07, 2016
  17. Oct 04, 2016
  18. Oct 03, 2016
    • Jaime Pérez's avatar
      Take advantage of ParseError in PHP 7. · ed76d125
      Jaime Pérez authored
      When we try to load a configuration file and there's a syntax error, PHP 7 will throw the new ParseError. We can take advantage of that to capture it and give the user a meaningful message back.
      
      This resolves #483.
      ed76d125
    • Jaime Pérez's avatar
      Remove unused variable. · ca03e7eb
      Jaime Pérez authored
      It is set later inside one of the branches of the if, but the other branches abort the execution of the method, so there's no need to define it outside the if.
      ca03e7eb
  19. Sep 27, 2016
  20. Sep 15, 2016
Loading