Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Baachi committed Jun 19, 2012
1 parent 2c1a79a commit 692e0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/KeyValueStore/Storage/RiakStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function supportsPartialUpdates()
*
* @return bool
*/
function supportsCompositePrimaryKeys()
public function supportsCompositePrimaryKeys()
{
return false;
}
Expand All @@ -78,7 +78,7 @@ function supportsCompositePrimaryKeys()
*
* @return bool
*/
function requiresCompositePrimaryKeys()
public function requiresCompositePrimaryKeys()
{
return false;
}
Expand Down

0 comments on commit 692e0ca

Please sign in to comment.