Skip to content

Commit 014a960

Browse files
committed
Comment
1 parent 9a99fbc commit 014a960

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Symfony/src/Codebender/LibraryBundle/Handler/DefaultHandler.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ public function fetchLibraryExamples($finder, $directory)
265265
*/
266266
public function isLibraryInSyncWithGit($owner, $repo, $branch, $inRepoPath, $lastCommit)
267267
{
268+
/*
269+
* The values below are fetched fromt the database of the application. If any of them is not set
270+
* in the database, the default (null) value will be returned.
271+
*/
268272
if ($owner === null || $repo === null || $branch === null || $lastCommit === null) {
269273
return false;
270274
}

0 commit comments

Comments
 (0)