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)
1051
1051
1052
1052
/**
1053
1053
* Complete delete all nodes from file.
1054
- * @throws \ Nette\InvalidStateException
1054
+ * @throws Nette\InvalidStateException
1055
1055
*/
1056
1056
private function deleteAll ()
1057
1057
{
@@ -1063,7 +1063,7 @@ private function deleteAll()
1063
1063
1064
1064
/**
1065
1065
* Lock file for writing and reading and delete node cache when file has changed.
1066
- * @throws \ Nette\InvalidStateException
1066
+ * @throws Nette\InvalidStateException
1067
1067
*/
1068
1068
private function lock ()
1069
1069
{
@@ -1088,7 +1088,7 @@ private function lock()
1088
1088
1089
1089
/**
1090
1090
* Open btfj.dat file (or create it if not exists) and load metainformation
1091
- * @throws \ Nette\InvalidStateException
1091
+ * @throws Nette\InvalidStateException
1092
1092
*/
1093
1093
private function prepare ()
1094
1094
{
@@ -1152,7 +1152,7 @@ private function unlock()
1152
1152
* @param int $nodeId
1153
1153
* @param array $nodeData
1154
1154
* @return int
1155
- * @throws \ Nette\InvalidStateException
1155
+ * @throws Nette\InvalidStateException
1156
1156
*/
1157
1157
private function findNextFreeKey ($ nodeId , array & $ nodeData )
1158
1158
{
You can’t perform that action at this time.
0 commit comments