File tree Expand file tree Collapse file tree 3 files changed +0
-26
lines changed
source/Jocic/Encoders/Base Expand file tree Collapse file tree 3 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -230,14 +230,6 @@ public function decode($input)
230230
231231 public function isEncodingValid ($ encoding )
232232 {
233- // Core Variables
234-
235- $ baseTable = $ this ->getBaseTable ();
236-
237- // Other Variables
238-
239- $ characters = [];
240-
241233 // Step 1 - Check If Empty
242234
243235 if ($ encoding == "" )
Original file line number Diff line number Diff line change @@ -249,15 +249,6 @@ public function decode($input)
249249
250250 public function isEncodingValid ($ encoding )
251251 {
252- // Core Variables
253-
254- $ baseTable = $ this ->getBaseTable ();
255- $ basePadding = $ this ->getBasePadding ();
256-
257- // Other Variables
258-
259- $ characters = [];
260-
261252 // Step 1 - Check If Empty
262253
263254 if ($ encoding == "" )
Original file line number Diff line number Diff line change @@ -253,15 +253,6 @@ public function decode($input)
253253
254254 public function isEncodingValid ($ encoding )
255255 {
256- // Core Variables
257-
258- $ baseTable = $ this ->getBaseTable ();
259- $ basePadding = $ this ->getBasePadding ();
260-
261- // Other Variables
262-
263- $ characters = [];
264-
265256 // Step 1 - Check If Empty
266257
267258 if ($ encoding == "" )
You can’t perform that action at this time.
0 commit comments