Skip to content

Commit

Permalink
Fix self accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Jun 4, 2015
1 parent 199f086 commit 7db1b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util/Perforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function getComposerInformationFromLabel($identifier, $index)
public static function create($repoConfig, $port, $path, ProcessExecutor $process, IOInterface $io)
{
$isWindows = defined('PHP_WINDOWS_VERSION_BUILD');
$perforce = new Perforce($repoConfig, $port, $path, $process, $isWindows, $io);
$perforce = new self($repoConfig, $port, $path, $process, $isWindows, $io);

return $perforce;
}
Expand Down

0 comments on commit 7db1b58

Please sign in to comment.