Skip to content
#

profile

Here are 926 public repositories matching this topic...

Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.

  • Updated May 25, 2020
  • PHP
singalen
singalen commented Feb 7, 2019

--warn-undefined-variables is really useful, but some modules are relying on undefined variables being empty, and they generate the checks in thousands. Not always they can be rewritten.
In this cases, it would be beneficial to have a pragma-like comment to suppress the warning for some of lines.
grep-ing them out would only help if the code testing the variable is not in $(eval).

Oakyden
Oakyden commented Mar 8, 2019

When i scroll, the header changes color as though it's animated alongside the scroll?

Oddly, this only happens if i use RGBA / Hex codes or rarely used 'wordcolors' like 'deepskyblue' in the navBarColor prop

If i just set it as 'black' or ' blue' etc then it just stays solid (this is the behaviour i'd want and expect given the lack of prop to turn off animated changing colours in the hea

rvanlaak
rvanlaak commented Aug 22, 2018

Another use case to document; changing the client's class, and how to autowire that to another own service definition.

Possible content

The bundle can get used as "a factory" to create an autowireable class. That way the bundle puts the middleware (like logging / error reporting / timing) in place.

<?php

namespace Acme\Infra\Shopping;

class Client extends \GuzzleHttp\Clie

Improve this page

Add a description, image, and links to the profile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the profile topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.