From 7d80a7610326fb589b99c8fe03a142f20d0d5246 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Mon, 6 May 2013 12:10:38 +0400 Subject: [PATCH] phpDoc fixes --- NestedSet.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NestedSet.php b/NestedSet.php index f2657cf..20cf331 100644 --- a/NestedSet.php +++ b/NestedSet.php @@ -797,7 +797,7 @@ class NestedSet extends Behavior } /** - * Correct cache for {@link NestedSet behavior::delete()} and {@link NestedSet behavior::deleteNode()}. + * Correct cache for [[delete()]] and [[deleteNode()]]. */ private function correctCachedOnDelete() { @@ -826,7 +826,7 @@ class NestedSet extends Behavior } /** - * Correct cache for {@link NestedSet behavior::addNode()}. + * Correct cache for [[addNode()]]. * @param int $key. */ private function correctCachedOnAddNode($key) @@ -851,7 +851,7 @@ class NestedSet extends Behavior } /** - * Correct cache for {@link NestedSet behavior::moveNode()}. + * Correct cache for [[moveNode()]]. * @param int $key. * @param int $levelDelta. */ @@ -897,7 +897,7 @@ class NestedSet extends Behavior } /** - * Correct cache for {@link NestedSet behavior::moveNode()}. + * Correct cache for [[moveNode()]]. * @param int $key. * @param int $levelDelta. * @param int $root.