Skip to content

Commit

Permalink
MNT Remove unnecessary @var comments (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jan 23, 2024
1 parent 308990a commit 56b5db0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion code/SiteConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ public function CMSEditLink()
*/
public static function current_site_config()
{
/** @var SiteConfig $siteConfig */
$siteConfig = DataObject::get_one(SiteConfig::class);
if (!$siteConfig) {
$siteConfig = self::make_site_config();
Expand Down
1 change: 0 additions & 1 deletion code/SiteConfigLeftAndMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public function getEditForm($id = null, $fields = null)

$actions = $siteConfig->getCMSActions();
$negotiator = $this->getResponseNegotiator();
/** @var Form $form */
$form = Form::create(
$this,
'EditForm',
Expand Down

0 comments on commit 56b5db0

Please sign in to comment.