Skip to content

Commit

Permalink
Small imrovements
Browse files Browse the repository at this point in the history
  • Loading branch information
oschildt committed Jan 9, 2024
1 parent dd833bc commit 0968b6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SmartFactory/SessionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function close(): bool
*
* SessionManager extends the \SessionHandler. You can reimplement this
* method if wan to change the way the session is handled internally, e.g.
* stroe the session data in Amazon Redis for quicker access.
* store the session data in Amazon Redis for quicker access.
*
* @return string
* Should return session ID valid for the default session handler.
Expand Down
3 changes: 1 addition & 2 deletions src/SmartFactory/UserSettingsManager.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* This file contains the implementation of the interface ISettingsManager
* in the class UserSettingsManager for management of the
* application settings.
* in the class UserSettingsManager for management of the application settings.
*
* @package System
*
Expand Down
2 changes: 1 addition & 1 deletion src/utility_functions_inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function json_to_array(&$json, &$array)
} // json_to_array

/**
* Converts the array to JSON string.
* Converts the array to a JSON string.
*
* It is a wrapper over the system function json_encode. It
* is introduced to give the ability to overwrite the system
Expand Down

0 comments on commit 0968b6c

Please sign in to comment.