Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/PhpGt/DomTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 13, 2024
2 parents 5ab216b + 2762126 commit b026d9a
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 67 deletions.
122 changes: 61 additions & 61 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/BindableCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function isBindable(object $object):bool {
? $this->nullableStringOrIterable($object->$key)
: null;

if(class_exists($refTypeName)) {
if($refTypeName && class_exists($refTypeName)) {
$cacheObjectKeys[$bindKey] = $refTypeName;
}
}
Expand Down
Loading

0 comments on commit b026d9a

Please sign in to comment.