@@ -10,8 +10,6 @@ abstract class AbstractTable
10
10
{
11
11
/**
12
12
* The SpladeTable instance.
13
- *
14
- * @var \ProtoneMedia\Splade\SpladeTable|null
15
13
*/
16
14
private ?SpladeTable $ table = null ;
17
15
@@ -37,8 +35,6 @@ public function for()
37
35
38
36
/**
39
37
* Helper method to create a new SpladeTable instance.
40
- *
41
- * @return \ProtoneMedia\Splade\SpladeTable
42
38
*/
43
39
public static function build (...$ arguments ): SpladeTable
44
40
{
@@ -50,8 +46,6 @@ public static function build(...$arguments): SpladeTable
50
46
/**
51
47
* Creates a new SpladeTable instance with the resource or
52
48
* query builder from the 'for()' method of this class.
53
- *
54
- * @return \ProtoneMedia\Splade\SpladeTable
55
49
*/
56
50
public function make (): SpladeTable
57
51
{
@@ -71,7 +65,6 @@ function (SpladeTable $table) {
71
65
/**
72
66
* Configure the given SpladeTable.
73
67
*
74
- * @param \ProtoneMedia\Splade\SpladeTable $table
75
68
* @return void
76
69
*/
77
70
public function configure (SpladeTable $ table )
@@ -81,8 +74,6 @@ public function configure(SpladeTable $table)
81
74
82
75
/**
83
76
* Returns a TableExporter instance.
84
- *
85
- * @return \ProtoneMedia\Splade\TableExporter|null
86
77
*/
87
78
public function makeExporter (int $ key ): ?TableExporter
88
79
{
0 commit comments