From a2ba452fb99475c1e81e4c16a20cc65cce7d98bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Fri, 25 Dec 2009 01:36:51 +0000 Subject: [PATCH] Tab -> spaces git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292621 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/rar/rarexception.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/rar/rarexception.xml b/reference/rar/rarexception.xml index b207adcb09..4797a9418e 100644 --- a/reference/rar/rarexception.xml +++ b/reference/rar/rarexception.xml @@ -13,8 +13,8 @@ &reftitle.intro; This class serves two purposes: it is the type of the exceptions thrown by the RAR extension - functions and methods and it allows, through static methods to query and define the error - behaviour of the extension, i.e., whether exceptions are thrown or only warnings are emitted. + functions and methods and it allows, through static methods to query and define the error + behaviour of the extension, i.e., whether exceptions are thrown or only warnings are emitted. The following error codes are used: @@ -30,43 +30,43 @@ 11 - insufficient memory - + 12 - bad data - + 13 - bad archive - + 14 - unknown format - + 15 - file open error - + 16 - file create error - + 17 - file close error - + 18 - read error @@ -109,7 +109,7 @@ - final + final RarException @@ -121,7 +121,7 @@ Properties - private + private static usingExceptions @@ -171,7 +171,7 @@ usingExceptions Not part of the contract. - Use RarException::isUsingExceptions and RarException::setUsingExceptions. + Use RarException::isUsingExceptions and RarException::setUsingExceptions.