Skip to content

Commit 94967a7

Browse files
author
Dominik Bonsch
committed
PSR-2
1 parent 4771c30 commit 94967a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/PHPExcel/Style.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ public function getConditionalStyles()
545545
/**
546546
* Set Conditional Styles. Only used on supervisor.
547547
*
548-
* @param PHPExcel_Style_Conditional[] $pValue Array of condtional styles
548+
* @param PHPExcel_Style_Conditional[] $pValue Array of condtional styles
549549
* @return PHPExcel_Style
550550
*/
551551
public function setConditionalStyles($pValue = null)
@@ -569,7 +569,7 @@ public function getProtection()
569569
/**
570570
* Get hash code
571571
*
572-
* @return string Hash code
572+
* @return string Hash code
573573
*/
574574
public function getHashCode()
575575
{

0 commit comments

Comments
 (0)