Skip to content

Commit

Permalink
Merge branch '2.6' into 2.7
Browse files Browse the repository at this point in the history
* 2.6:
  [DebugBundle] Allow alternative destination for dumps
  [DebugBundle] Use output mechanism of dumpers instead of echoing
  [DebugBundle] Always collect dumps
  Fix tests in HHVM
  CS: Pre incrementation/decrementation should be used if possible

Conflicts:
	src/Symfony/Component/Finder/Expression/Glob.php
  • Loading branch information
fabpot committed May 15, 2015
2 parents 267921c + f601e6b commit 08cd138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fixtures/FilesLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(array $paths, LoaderInterface $loader)

protected function getFileLoaderInstance($file)
{
$this->timesCalled++;
++$this->timesCalled;

return $this->loader;
}
Expand Down

0 comments on commit 08cd138

Please sign in to comment.