File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616return [
1717 'noDriverRequested ' => 'No driver requested; Miss Daisy will be so upset! ' ,
1818 'noHandlerAvailable ' => 'Unable to find an available {0} encryption handler. ' ,
19- 'unKnownHandler ' => " ' {0}' cannot be configured." ,
19+ 'unKnownHandler ' => ' " {0}" cannot be configured.' ,
2020 'starterKeyNeeded ' => 'Encrypter needs a starter key. ' ,
2121 'authenticationFailed ' => 'Decrypting: authentication failed. ' ,
2222 'encryptionFailed ' => 'Encryption failed. ' ,
Original file line number Diff line number Diff line change 1414 */
1515
1616return [
17- 'notImplemented ' => " ' {0}' action not implemented." ,
17+ 'notImplemented ' => ' " {0}" action not implemented.' ,
1818];
Original file line number Diff line number Diff line change 1616
1717return [
1818 'missingDatabaseTable ' => '`sessionSavePath` must have the table name for the Database Session Handler to work. ' ,
19- 'invalidSavePath ' => " Session: Configured save path ' {0}' is not a directory, doesn't exist or cannot be created. " ,
20- 'writeProtectedSavePath ' => " Session: Configured save path ' {0}' is not writable by the PHP process. " ,
19+ 'invalidSavePath ' => ' Session: Configured save path " {0}" is not a directory, does not exist or cannot be created. ' ,
20+ 'writeProtectedSavePath ' => ' Session: Configured save path " {0}" is not writable by the PHP process. ' ,
2121 'emptySavePath ' => 'Session: No save path configured. ' ,
2222 'invalidSavePathFormat ' => 'Session: Invalid Redis save path format: {0} ' ,
2323];
You can’t perform that action at this time.
0 commit comments