@@ -9,7 +9,6 @@ |
||
9 | 9 | /** |
10 | 10 | * Add article. |
11 | 11 | * |
12 | - * @param array $data |
|
13 | 12 | * |
14 | 13 | * @return int Article ID |
15 | 14 | */ |
@@ -10,7 +10,6 @@ |
||
10 | 10 | /** |
11 | 11 | * Returns total number of modules items. |
12 | 12 | * |
13 | - * @param array|string $where |
|
14 | 13 | * |
15 | 14 | * @return int |
16 | 15 | */ |
@@ -10,7 +10,6 @@ |
||
10 | 10 | /** |
11 | 11 | * Returns total number of modules items. |
12 | 12 | * |
13 | - * @param array|string $where |
|
14 | 13 | * |
15 | 14 | * @return int |
16 | 15 | */ |
@@ -26,7 +26,7 @@ |
||
26 | 26 | 'published' => '', |
27 | 27 | ], $this->data); |
28 | 28 | |
29 | - $data = array_map(function ($a) { |
|
29 | + $data = array_map(function($a) { |
|
30 | 30 | return trim($a); |
31 | 31 | }, $data); |
32 | 32 |
@@ -26,7 +26,7 @@ |
||
26 | 26 | 'published' => '', |
27 | 27 | ], $this->data); |
28 | 28 | |
29 | - $data = array_map(function ($a) { |
|
29 | + $data = array_map(function($a) { |
|
30 | 30 | return trim($a); |
31 | 31 | }, $data); |
32 | 32 |