@@ -59,7 +59,7 @@ |
||
59 | 59 | * Get single row by defined type and sys_name with query caching |
60 | 60 | * @param string $type |
61 | 61 | * @param string $sys_name |
62 | - * @return mixed|null |
|
62 | + * @return App |
|
63 | 63 | * @throws SyntaxException |
64 | 64 | */ |
65 | 65 | public static function getItem($type, $sys_name) |
@@ -28,8 +28,8 @@ |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
31 | - * Magic method before |
|
32 | - */ |
|
31 | + * Magic method before |
|
32 | + */ |
|
33 | 33 | public function before() |
34 | 34 | { |
35 | 35 | // get full name of update object |