mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 23:59:09 +00:00 
			
		
		
		
	Added return types
This commit is contained in:
		
							parent
							
								
									3bef30d861
								
							
						
					
					
						commit
						ae9b23cba7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -159,7 +159,7 @@ class Yabs extends Model
 | 
				
			||||||
        return $kbs / 1000;
 | 
					        return $kbs / 1000;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public static function insertFromJson($data, string $server_id)
 | 
					    public static function insertFromJson($data, string $server_id): bool
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $data = (object)$data;
 | 
					        $data = (object)$data;
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue