File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ public function setTranslationStrings()
75
75
}
76
76
77
77
/**
78
- * @return mixed
78
+ * @return \Illuminate\Database\Eloquent\Builder
79
79
*/
80
80
abstract public function query (): Builder ;
81
81
82
82
/**
83
- * @return mixed
83
+ * @return array
84
84
*/
85
85
abstract public function columns (): array ;
86
86
Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ public function __get($property)
94
94
}
95
95
96
96
/**
97
- * @param null $text
98
- * @param null $attribute
97
+ * @param string $text
98
+ * @param string $attribute
99
99
*
100
100
* @return static
101
101
*/
102
- public static function make ($ text = null , $ attribute = null )
102
+ public static function make ($ text , $ attribute = null )
103
103
{
104
104
return new static ($ text , $ attribute );
105
105
}
You can’t perform that action at this time.
0 commit comments