mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 01:22:37 +00:00
Included @throws in API that was missing.
This commit is contained in:
parent
9bc3e567c1
commit
fedadc091c
28 changed files with 46 additions and 13 deletions
|
@ -32,6 +32,7 @@ class ScaffoldView extends ThemeView {
|
|||
*
|
||||
* @param string $name name of the view file to get.
|
||||
* @return string action
|
||||
* @throws MissingViewException
|
||||
*/
|
||||
protected function _getViewFileName($name = null) {
|
||||
if ($name === null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue