Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jan 4, 2023
1 parent 446ca06 commit fc5c41d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Formula/php-autoload-psr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def post_install
else
ext_config_path.write <<~EOS
[autoload_psr]
extension=\"#{opt_lib/module_path}/autoload_psr.so\"
extension="#{opt_lib/module_path}/autoload_psr.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/php-http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def post_install
else
ext_config_path.write <<~EOS
[pecl_http]
extension=\"#{opt_lib/module_path}/http.so\"
extension="#{opt_lib/module_path}/http.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/php-raphf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def post_install
else
ext_config_path.write <<~EOS
[raphf]
extension=\"#{opt_lib/module_path}/raphf.so\"
extension="#{opt_lib/module_path}/raphf.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/php-uopz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def post_install
else
ext_config_path.write <<~EOS
[uopz]
extension=\"#{opt_lib/module_path}/uopz.so\"
extension="#{opt_lib/module_path}/uopz.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/php-uuid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def post_install
else
ext_config_path.write <<~EOS
[uuid]
extension=\"#{opt_lib/module_path}/uuid.so\"
extension="#{opt_lib/module_path}/uuid.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def post_install
else
ext_config_path.write <<~EOS
[autoload_psr]
extension=\"#{opt_lib/module_path}/autoload_psr.so\"
extension="#{opt_lib/module_path}/autoload_psr.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def post_install
else
ext_config_path.write <<~EOS
[pecl_http]
extension=\"#{opt_lib/module_path}/http.so\"
extension="#{opt_lib/module_path}/http.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def post_install
else
ext_config_path.write <<~EOS
[propro]
extension=\"#{opt_lib/module_path}/propro.so\"
extension="#{opt_lib/module_path}/propro.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def post_install
else
ext_config_path.write <<~EOS
[raphf]
extension=\"#{opt_lib/module_path}/raphf.so\"
extension="#{opt_lib/module_path}/raphf.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def post_install
else
ext_config_path.write <<~EOS
[uopz]
extension=\"#{opt_lib/module_path}/uopz.so\"
extension="#{opt_lib/module_path}/uopz.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def post_install
else
ext_config_path.write <<~EOS
[uuid]
extension=\"#{opt_lib/module_path}/uuid.so\"
extension="#{opt_lib/module_path}/uuid.so"
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/phpdraft.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def install
[App.net API](http://developers.app.net).
EOS
assert_match "<title>Real World API<\/title>", shell_output("#{bin}/phpdraft --file index.apib")
assert_match "<title>Real World API</title>", shell_output("#{bin}/phpdraft --file index.apib")
end
end

0 comments on commit fc5c41d

Please sign in to comment.