Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-08-18 23:05:24 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-18 23:05:24 +0300
commit5e0105e43561999c60693018ebceadd89f979b37 (patch)
tree8e67a7aeedfbfd1f9d1d92180ea935ea2bcb985d /lib
parentc8249f9eda83157b1d5504d74bc560646acb4be1 (diff)
deprecatin' some exception
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Model/Runner.php5
-rw-r--r--lib/Service/RunningService.php1
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/Model/Runner.php b/lib/Model/Runner.php
index 632c3df..b41c1a5 100644
--- a/lib/Model/Runner.php
+++ b/lib/Model/Runner.php
@@ -351,6 +351,11 @@ class Runner {
}
+ /**
+ * @deprecated - verifier l'interet !?
+ * @param $reason
+ * @param $stop
+ */
public function exception($reason, $stop) {
if (!$stop) {
$this->output('Exception: ' . $reason);
diff --git a/lib/Service/RunningService.php b/lib/Service/RunningService.php
index dff1e87..53ea6dc 100644
--- a/lib/Service/RunningService.php
+++ b/lib/Service/RunningService.php
@@ -106,6 +106,7 @@ class RunningService {
/**
+ * @deprecated - verifier l'interet !
* @param int $runId
* @param string $reason
* @param bool $stop