Removed non ASCII characters
This commit is contained in:
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@@ -4,6 +4,8 @@ name: "Tests"
|
||||
|
||||
on:
|
||||
push:
|
||||
branch:
|
||||
- "feat/improve-ci" ## TODO: Remove branch before PR.
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -18,7 +18,7 @@ use function unpack;
|
||||
/**
|
||||
* MIT License
|
||||
*
|
||||
* Copyright © 2021 Lukas Buchs
|
||||
* Copyright (c) 2021 Lukas Buchs
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -49,8 +49,8 @@ use function unpack;
|
||||
* ---
|
||||
* MIT License
|
||||
*
|
||||
* Copyright © 2021 Lukas Buchs
|
||||
* Copyright © 2018 Thomas Bleeker (CBOR & ByteBuffer part)
|
||||
* Copyright (c) 2021 Lukas Buchs
|
||||
* Copyright (c) 2018 Thomas Bleeker (CBOR & ByteBuffer part)
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -34,8 +34,8 @@ use function sprintf;
|
||||
* ---
|
||||
* MIT License
|
||||
*
|
||||
* Copyright © 2021 Lukas Buchs
|
||||
* Copyright © 2018 Thomas Bleeker (CBOR & ByteBuffer part)
|
||||
* Copyright (c) 2021 Lukas Buchs
|
||||
* Copyright (c) 2018 Thomas Bleeker (CBOR & ByteBuffer part)
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
Reference in New Issue
Block a user