Skip to content

Commit

Permalink
Fixed PHPCS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Nov 25, 2021
1 parent c625430 commit 7848fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpPresentation/Shape/Hyperlink.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function setHashIndex(int $value)
*
* @see https://docs.microsoft.com/en-us/openspecs/office_standards/ms-odrawxml/014fbc20-3705-4812-b8cd-93f5af05b504
*
* @return bool Whether or not to use text color for a hyperlink, instead of theme color.
* @return bool whether or not to use text color for a hyperlink, instead of theme color
*/
public function isTextColorUsed(): bool
{
Expand Down

0 comments on commit 7848fed

Please sign in to comment.