Renamed some stuff, courtesy of sensiolabs.

This commit is contained in:
James Cole
2016-01-28 21:50:20 +01:00
parent e5b4a55d8e
commit 168ed5ac56
74 changed files with 208 additions and 155 deletions

View File

@@ -31,4 +31,4 @@ interface ActionInterface
* @return bool
*/
public function act();
}
}

View File

@@ -53,4 +53,4 @@ class AddTag implements ActionInterface
return true;
}
}
}

View File

@@ -45,4 +45,4 @@ class AppendDescription implements ActionInterface
return true;
}
}
}

View File

@@ -45,4 +45,4 @@ class ClearBudget implements ActionInterface
return true;
}
}
}

View File

@@ -45,4 +45,4 @@ class ClearCategory implements ActionInterface
return true;
}
}
}

View File

@@ -45,4 +45,4 @@ class PrependDescription implements ActionInterface
return true;
}
}
}

View File

@@ -45,4 +45,4 @@ class RemoveAllTags implements ActionInterface
return true;
}
}
}

View File

@@ -58,4 +58,4 @@ class RemoveTag implements ActionInterface
return true;
}
}
}

View File

@@ -62,4 +62,4 @@ class SetBudget implements ActionInterface
return true;
}
}
}

View File

@@ -51,4 +51,4 @@ class SetCategory implements ActionInterface
return true;
}
}
}

View File

@@ -45,4 +45,4 @@ class SetDescription implements ActionInterface
return true;
}
}
}