Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3452b0b

Browse files
committed
Update Section.php
1 parent f4b5663 commit 3452b0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Cache/Section.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Section {
77
/**
88
* The cache store implementation.
99
*
10-
* \Illuminate\Cache\StoreInterface $store
10+
* @var \Illuminate\Cache\StoreInterface
1111
*/
1212
protected $store;
1313

@@ -227,4 +227,4 @@ protected function sectionKey()
227227
return 'section:'.$this->name.':key';
228228
}
229229

230-
}
230+
}

0 commit comments

Comments
 (0)