File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ private function deleteNode($id)
10511051
10521052 /**
10531053 * Complete delete all nodes from file.
1054- * @throws \ Nette\InvalidStateException
1054+ * @throws Nette\InvalidStateException
10551055 */
10561056 private function deleteAll ()
10571057 {
@@ -1063,7 +1063,7 @@ private function deleteAll()
10631063
10641064 /**
10651065 * Lock file for writing and reading and delete node cache when file has changed.
1066- * @throws \ Nette\InvalidStateException
1066+ * @throws Nette\InvalidStateException
10671067 */
10681068 private function lock ()
10691069 {
@@ -1088,7 +1088,7 @@ private function lock()
10881088
10891089 /**
10901090 * Open btfj.dat file (or create it if not exists) and load metainformation
1091- * @throws \ Nette\InvalidStateException
1091+ * @throws Nette\InvalidStateException
10921092 */
10931093 private function prepare ()
10941094 {
@@ -1152,7 +1152,7 @@ private function unlock()
11521152 * @param int $nodeId
11531153 * @param array $nodeData
11541154 * @return int
1155- * @throws \ Nette\InvalidStateException
1155+ * @throws Nette\InvalidStateException
11561156 */
11571157 private function findNextFreeKey ($ nodeId , array & $ nodeData )
11581158 {
You can’t perform that action at this time.
0 commit comments