Browse Source

Updated PHPDocs [skip ci]

tags/2.0.14
SilverFire - Dmitry Naumenko 7 years ago
parent
commit
05b85008f8
No known key found for this signature in database
GPG Key ID: 39DD917A92B270A
  1. 2
      framework/base/View.php

2
framework/base/View.php

@ -399,7 +399,7 @@ class View extends Component implements DynamicContentAwareInterface
if ($cache instanceof DynamicContentAwareInterface) {
$cache->addDynamicPlaceholder($placeholder, $statements);
} else {
// To be removed in 2.1
// TODO: Remove in 2.1
$cache->dynamicPlaceholders[$placeholder] = $statements;
}
}

Loading…
Cancel
Save