This also fix a few bugs that were introduced when migrating to namespace. Some non-namespaces classes were leftover FIX #15
		
			
				
	
	
		
			29 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     [
 | |
|         'PhpSpreadsheet',
 | |
|         'BCDE',
 | |
|     ],
 | |
|     [
 | |
|         'Mark Baker',
 | |
|         '877D',
 | |
|     ],
 | |
|     [
 | |
|         '!+&=()~§±æþ',
 | |
|         'C0EA',
 | |
|     ],
 | |
|     [
 | |
|         '秘密口令',
 | |
|         'C07E',
 | |
|     ],
 | |
|     [
 | |
|         'leyndarmál lykilorð',
 | |
|         '99E8',
 | |
|     ],
 | |
|     [
 | |
|         '',
 | |
|         'CE4B',
 | |
|     ],
 | |
| ];
 |