Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
47ad5a8a
Commit
47ad5a8a
authored
Jan 25, 2018
by
Simon Champion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some minor code style quibbles from Travis.
parent
09452ac6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 additions
and
5 deletions
+1
-5
AbstractStep.php
qa-include/Q2A/Recalc/AbstractStep.php
+1
-1
RecalcPoints.php
qa-include/Q2A/Recalc/RecalcPoints.php
+0
-1
RecountPosts.php
qa-include/Q2A/Recalc/RecountPosts.php
+0
-1
RefillEvents.php
qa-include/Q2A/Recalc/RefillEvents.php
+0
-1
ReindexContent.php
qa-include/Q2A/Recalc/ReindexContent.php
+0
-1
ReindexPostsWordCount.php
qa-include/Q2A/Recalc/ReindexPostsWordCount.php
+0
-0
No files found.
qa-include/Q2A/Recalc/AbstractStep.php
View file @
47ad5a8a
...
...
@@ -67,7 +67,7 @@ abstract class Q2A_Recalc_AbstractStep
));
}
static
publ
ic
function
factory
(
Q2A_Recalc_State
$state
)
public
stat
ic
function
factory
(
Q2A_Recalc_State
$state
)
{
$class
=
$state
->
getOperationClass
();
if
(
class_exists
(
$class
))
{
...
...
qa-include/Q2A/Recalc/RecalcPoints.php
View file @
47ad5a8a
...
...
@@ -33,5 +33,4 @@ class Q2A_Recalc_RecalcPoints extends Q2A_Recalc_AbstractStep
$this
->
state
->
transition
(
'dorecalcpoints_usercount'
);
return
false
;
}
}
qa-include/Q2A/Recalc/RecountPosts.php
View file @
47ad5a8a
...
...
@@ -33,5 +33,4 @@ class Q2A_Recalc_RecountPosts extends Q2A_Recalc_AbstractStep
$this
->
state
->
transition
(
'dorecountposts_postcount'
);
return
false
;
}
}
qa-include/Q2A/Recalc/RefillEvents.php
View file @
47ad5a8a
...
...
@@ -33,5 +33,4 @@ class Q2A_Recalc_RefillEvents extends Q2A_Recalc_AbstractStep
$this
->
state
->
transition
(
'dorefillevents_qcount'
);
return
false
;
}
}
qa-include/Q2A/Recalc/ReindexContent.php
View file @
47ad5a8a
...
...
@@ -33,5 +33,4 @@ class Q2A_Recalc_ReindexContent extends Q2A_Recalc_AbstractStep
$this
->
state
->
transition
(
'doreindexcontent_pagereindex'
);
return
false
;
}
}
qa-include/Q2A/Recalc/ReindexPostsWordCount.php
View file @
47ad5a8a
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