Skip to content

Commit

Permalink
insight gold medal
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymad committed Jul 6, 2015
1 parent e65cb6d commit e7ffa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Impl/TransifixServiceImpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function loadYaml($filePath)
try {
$lines = $this->yamlService->parse($this->fileSystemService->getContent($filePath));

if (null == $lines) {
if (null === $lines) {
break;
}
} catch (ParseException $e) {
Expand Down

0 comments on commit e7ffa5a

Please sign in to comment.