Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dmitrij Rebrov
NetiTags
Commits
9db70286
Commit
9db70286
authored
6 years ago
by
Hendrik Rombach
Browse files
Options
Download
Email Patches
Plain Diff
Remove return type declaration
parent
0cf33893
2.0
1.3
2.1
3.0
3.0.1+1909091104
3.0.1+1909091101
3.0.0+1908121457
2.1.1+1909091059
2.1.0+1908081659
2.0.2+1905080954
1.3.5+1905080953
1.3.4+1902131542
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Service/TagsCache.php
+1
-1
Service/TagsCache.php
with
1 addition
and
1 deletion
+1
-1
Service/TagsCache.php
+
1
-
1
View file @
9db70286
...
...
@@ -56,7 +56,7 @@ class TagsCache
*
* @return array
*/
public
function
searchTagsCache
(
array
$ids
,
$relation
)
:
array
public
function
searchTagsCache
(
array
$ids
,
$relation
)
{
if
(
\
count
(
$ids
)
<
1
)
{
return
[];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help