Unverified Commit 19c13c38 by Scott Committed by GitHub

Merge branch 'dev' into chore/cache-dependencies

parents 04faa0a7 a4d9e2f2
......@@ -10,6 +10,7 @@ php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
matrix:
include:
......@@ -37,4 +38,8 @@ script:
cache:
directories:
- "$HOME/.composer/cache/files"
\ No newline at end of file
- "$HOME/.composer/cache/files"
git:
depth: 5
......@@ -165,6 +165,7 @@ function qa_favorite_tags_view($tags)
'items' => array(),
'rows' => ceil(count($tags) / qa_opt('columns_tags')),
'type' => 'tags',
'sort' => 'count',
);
foreach ($tags as $tag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment