File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,14 +133,14 @@ protected function _setLockFile($lockName, $block = false)
133
133
if ($ block ) {
134
134
try {
135
135
$ result = flock ($ this ->_getLockFile ($ lockName ), LOCK_EX );
136
- } catch (Exception $ e ) {
136
+ } catch (Exception $ e ) {
137
137
Mage::logException ($ e );
138
138
throw $ e ;
139
- }
139
+ }
140
140
} else {
141
141
try {
142
142
$ result = flock ($ this ->_getLockFile ($ lockName ), LOCK_EX | LOCK_NB );
143
- } catch (Exception $ e ) {
143
+ } catch (Exception $ e ) {
144
144
Mage::logException ($ e );
145
145
throw $ e ;
146
146
}
@@ -245,7 +245,7 @@ protected function _isLockExistsFile($lockName)
245
245
flock ($ fp , LOCK_UN );
246
246
$ result = false ;
247
247
}
248
- } catch (Exception $ e ) {
248
+ } catch (Exception $ e ) {
249
249
Mage::logException ($ e );
250
250
throw $ e ;
251
251
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Mage_Sales_Model_Api2_Order_Comment_Rest_Admin_V1 extends Mage_Sales_Model
29
29
{
30
30
/**
31
31
* Add comment to order
32
- *
32
+ *
33
33
* @param array $data
34
34
* @return string
35
35
*/
@@ -76,7 +76,7 @@ protected function _create(array $data)
76
76
77
77
/**
78
78
* Retrieve order comment by id
79
- *
79
+ *
80
80
* @return array
81
81
*/
82
82
protected function _retrieve ()
You can’t perform that action at this time.
0 commit comments