Skip to content

Commit cce64a6

Browse files
committed
linter
1 parent db995d2 commit cce64a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
}
162162
StringFileInfo = @{
163163
CompanyName = "FrankenPHP"
164-
FileDescription = "The Modern PHP Webserver"
164+
FileDescription = "The modern PHP app server"
165165
FileVersion = $env:FRANKENPHP_VERSION
166166
InternalName = "frankenphp"
167167
OriginalFilename = "frankenphp.exe"

types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#define TYPES_H
33

44
#include "frankenphp.h"
5-
#include <stdlib.h>
65
#include <Zend/zend.h>
76
#include <Zend/zend_API.h>
87
#include <Zend/zend_alloc.h>
98
#include <Zend/zend_hash.h>
9+
#include <stdlib.h>
1010

1111
zval *get_ht_packed_data(HashTable *, uint32_t index);
1212
Bucket *get_ht_bucket_data(HashTable *, uint32_t index);

0 commit comments

Comments
 (0)